Google Web Fonts not working for IE < 9
Asked Answered
K

3

7

I notice Google Web Fonts does not seem to work for IE < 9. How can I fix this?

Kehoe answered 27/7, 2011 at 9:54 Comment(2)
Google Web Fonts are supported in IE6+, what behaviour do you obeserve?Kendry
Google web fonts appears to not be working. It seems to have started this morning. I can not get them to work in anything.Ibiza
B
17

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

Blotch answered 27/7, 2011 at 19:48 Comment(1)
I had the same issue. This was solid answer for it.Showery
P
2

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
 */
Podgy answered 3/5, 2012 at 21:5 Comment(0)
M
0

It might be a document type declaration issue

Mayotte answered 8/2, 2013 at 9:22 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.