Google Web Fonts not working on ie9 and firefox

烈酒焚心 提交于 2019-12-13 02:04:20

问题


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..


回答1:


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/

;)




回答2:


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)



来源:https://stackoverflow.com/questions/7780730/google-web-fonts-not-working-on-ie9-and-firefox

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!