Search code examples
cssfontsgoogle-font-api

Google Web Fonts not working on ie9 and 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..


Solution

  • 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/

    ;)