<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
<style type="text/css">
@font-face{
font-family:feijiFont;
src:url('浪漫花园.ttf')format("truetype");
font-weight:normal;
}
div{
font-family: feijiFont;
font-size: 200px;
font-size-adjust:0.70;/*修改字体种类,为保持字体大小不变*/
}
</style>
</head>
<body>
<div>我在这里啊,你去那里了</div>
</body>
</html>