<!DOCTYPE html>
<html>
<head>
<title> 字体文件引用</title>
<style type="text/css">
@font-face {
font-family: 'fontsTest';
src: url('PingFangSCRegular.ttf'); /*fonts file dirpath*/
}
html,body {
font-family: fontsTest, sans-serif;
font-weight: 700; /*100 400 700*/
font-style: normal; /*normal italic oblique*/
font-size: 24px; /*12px 22px 24px*/
}
</style>
</head>
<body>
ABCDEFGHIJKLMNOPQRSTUVWXYZ<BR>
abcdefghijklmnopqrstuvwxyz<BR>
你在我心里永远是一个可爱的人.<BR>
</body>
</html>
友情提示:本站所有文章,如无特殊说明或标注,均为何星星原创发布。与此同时,趋于近年来本站的文章内容频繁被他站盗用与机器采集,现已全局禁用网站文字内容操作,了解详情或转载文章请 点此 继续!
0 条评论