Chhavi221 / googlefontdirectory

Automatically exported from code.google.com/p/googlefontdirectory
0 stars 0 forks source link

Google Font Directory makes websites dissappear in IE8 #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open the attached test case in IE8.
2. The webpage will not render. A blank white screen will be displayed.

What is the expected output? What do you see instead?

I expect the page to display. I instead see a blank white page.

What version of the product are you using? On what operating system?

I am using Internet Explorer 8 on Windows 7 Ultimate.

Please provide any additional information below.

Putting IE in quirks mode, removing the @font-face declaration, or 
removing the styles that follow the @font-face declaration all seem to 
resolve the problem.

Original issue reported on code.google.com by perlja...@gmail.com on 31 May 2010 at 4:11

Attachments:

GoogleCodeExporter commented 9 years ago
Use Google's API instead, that should handle any and all issues with the 
correct (way of) font loading.
http://code.google.com/apis/webfonts/docs/getting_started.html#Quick_Start

Original comment by Ward.Muy...@gmail.com on 9 Jun 2010 at 12:42

GoogleCodeExporter commented 9 years ago
As #c1 says, you definitely shouldn't be inlining CSS with direct kit 
references - this not only breaks the browser detection, it also uses URL 
references which are not guaranteed to be stable. Using the API as documented 
should resolve all problems, so closing this report as invalid.

Original comment by raph.lev...@gmail.com on 25 Oct 2010 at 9:28