Google 网络字体无法在 ie9 和 firefox 上运行
大家好,谷歌网络字体无法在 Firefox 和 ie9 上加载。昨天他们工作得很好,但今天运气不佳。还有其他人遇到这个问题吗?
<link href='http://fonts.googleapis.com/css?family=Marvel' rel='stylesheet' type='text/css'>
<style type="text/css">
.a{ font-family:'Marvel', sans-serif;}
</style>
.
.
<div class="a">Example Text</div>
适用于除 ie9 和 firefox 之外的所有浏览器。
Hey guys google web fonts not loading on Firefox and ie9. Yesterday they was working good but today no luck. Does anyone else having this problem?
<link href='http://fonts.googleapis.com/css?family=Marvel' rel='stylesheet' type='text/css'>
<style type="text/css">
.a{ font-family:'Marvel', sans-serif;}
</style>
.
.
<div class="a">Example Text</div>
working on all browsers except of ie9 and firefox..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
对我来说也是如此,使用“Terminal Dosis”字体,几个小时后。我猜这是谷歌服务器的一个临时问题(我希望它很快就会修复)。如果您赶时间,可以使用 http://www.fontsquirrel.com/ 之类的解决方案或 https://typekit.com/
;)
the same for me, with "Terminal Dosis" font, since a few hours. I guess it's a temporary problem from Google server (I hope it will fixed soon). If you're in a hurry, you could use a solution like http://www.fontsquirrel.com/ or https://typekit.com/
;)
是的,这是一个已知问题。针对 Firefox 和 IE9 用户的修复现已推出。感谢您报告问题!
(我是 Google Web Fonts 的工程师)
Yes, this is a known issue. A fix for Firefox and IE9 users is rolling out now. Thanks for reporting the issue!
(I'm an engineer on Google Web Fonts)