<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
@font-face{font-family:'ZoomlaFangZhuan-A054';
src: url('https://code.z01.com/font/ZoomlaFangZhuan-A054.eot?#iefix');
src: url('https://code.z01.com/font/ZoomlaFangZhuan-A054.eot?#iefix') format("embedded-opentype"),
url('https://code.z01.com/font/ZoomlaFangZhuan-A054.woff') format("woff"),
url('https://code.z01.com/font/ZoomlaFangZhuan-A054.ttf') format("truetype"),
url('https://code.z01.com/font/ZoomlaFangZhuan-A054.svg#ZoomlaFangZhuan-A054') format("svg");
font-style: normal; font-weight: normal;}
div{
font-style: italic;
font-weight: bold;
font-size: 28px;
font-family:'楷体','宋体',serif;
}
</style>
</head>
<body>
<div>我是一个div</div>
</body>
</html>