如果你想要一个基本的 hello world 字体,比如
<html>
<head>
<title></title>
<style type="text/css">
@font-face {
font-family: font1;
src: url('http://www.w3schools.com/cssref/Sansation_Light.ttf')
,url('http://www.w3schools.com/cssref/Sansation_Light.ttf');
}
.myfont{
font-family: font1;
font-size: 500%;
color: red;
}
</style>
</head>
<body>
<span class="myfont">aA</span>
</body>
</html>
并且您正在使用字体伪造,如下所示:
当您尝试“生成字体”时,您最终会得到这个结果,它会为您提供一个所有内容都变灰的对话框。
我想导出一个 .ttf 文件,但字体伪造不允许这种情况发生。这迫使您在测试之前支付 80 美元,而且许多这样的可能是病毒。