[英]what is the benifit of using woff font file
我看到了一个使用单独的字体文件(woff)并使用源代码作为网站的示例
<span id="txt44_1109014" data-width="147.274994" style="left:
58.538px; top: 23.413px; letter-spacing: -0.596739391304348px;">®euee Deelee DeeHeCe ³ee</span>
以下是此元素的CSS
#txt44_1109014, #txt45_1109014, #txt46_1109014 {
font-family: fnt0;
font-size: 25px;
line-height: 29px;
font-weight: bold;
color: #000000;
}
在源代码中,我看到了一个来自网络(服务器)的.woff字体文件。 我想知道这个方法是什么(任何特定名称)? 我们可以通过usign unicodes做同样的事情,这还有什么好处呢? 网上有任何标准文件吗?
声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.