Related questions
How to make Google Fonts work in IE?
I've been developing a site that uses the Google Fonts API. It's great, and supposedly has been tested in IE, but when testing in IE 8 the fonts simply don't get styled.
I included the font, as Google instructs, thus:
<…
Including Google Web Fonts link or import?
What is the preferred way of including Google Web Fonts to a page?
via the link tag?
<link href='http://fonts.googleapis.com/css?family=Judson:400,400italic,700' rel='stylesheet' type='text/css'>
via import in a stylesheet?
@…