我注意到 Google Web Fonts 似乎不适用于 IE < 9。我该如何解决这个问题?
问问题
9876 次
3 回答
17
他们似乎对我来说工作得很好。
要记住的一件事是,如果您在本地查看页面,Google 网络字体将不会加载。您必须从服务器预览您的页面。
IE
localhost/project/index.html = 好
C:\Project\index.html = 坏
于 2011-07-27T19:48:18.193 回答
2
由于该问题不包含任何实际信息,因此无法回答。
但是,作为其他 Google 员工的参考,我可以告知,如果您使用 IE7 或 IE8 请求超过 6 种字体,Google 将拒绝提供 css 文件中的任何内容,而是会说:
/*
* Please request fewer web fonts for Internet Explorer or only the fonts which are used on this page.
* Internet Explorer blocks and downloads ALL requested web fonts, whether they are used or not.
*
* Requested web fonts: family=Ubuntu|Quicksand|Ewert|Condiment|Asap|Glegoo|Alike
*
* We welcome feedback on our "moderator page" available at http://code.google.com/webfonts
*/
于 2012-05-03T21:05:59.773 回答
0
这可能是文档类型声明问题
于 2013-02-08T09:22:44.390 回答