关于于CSS相关的知识MDN是个好去处。 本文的内容主要参考如下内容: - This is [font-face] [1] (https://developer.mozilla.org/en-US/docs/Web/CSS/%40font-face) - This is [font-face] [1] (https://developer.mozilla.org/en-US/docs/Web/CSS/font-family)
当font-family中声明的字体在主机上未安装时,可以通过@font-face来引用。
原文地址:http://www.cnblogs.com/sanking/p/3790811.html