I notice Google Web Fonts does not seem to work for IE < 9. How can I fix this?
Google fonts are supported well on all modern browsers and IE9 and above.
All major browsers support WOFF/WOFF2 (Web Open Font Format versions 1 and 2). Even older browsers such as IE9 (released in 2011) support the WOFF format. WOFF2 supports the entirety of the TrueType and OpenType specifications, including variable fonts, chromatic fonts, and font collections.
To add google fonts, search for the google fonts, select the font category and family, then select the font style of your choice. Once you select the font, “copy the font link”, from the “selected families windows” and paste it in the head section of the HTML file.
They seem to be working fine for me.
One thing to keep in mind is if you're viewing the page locally Google Web Fonts will not load. You have to preview your page off of a server.
i.e.
localhost/project/index.html = good
C:\Project\index.html = bad
Since the question doesn't contain any actual information it's impossible to answer.
However, for reference to other Googlers, I can inform that Google will refuse to deliver any contents in the css file if you request more than 6 fonts using IE7 or IE8, instead it will say:
/*
* 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
*/
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With