如果我可以嵌入我可能使用的每种字体,那么开发将更容易,但我绝对不希望对页面中任何地方的任何字体的额外HTTP请求.任何人都可以开导我吗?
解决方法
IE will download the .eot file immediately when it encounters the @font-face declaration.
Gecko,Webkit,and Opera all wait until they encounter HTML that matches a CSS rule with a fontstack including the @font-face font.
– http://paulirish.com/2009/fighting-the-font-face-fout/
因此,对于IE来说,实际上嵌入大量字体是安全的,只要您小心不要在CSS样式中引用未使用的字体,因为此时它们将被浏览器下载.