Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Google Font Directory makes websites dissappear in IE8 #6

Closed
GoogleCodeExporter opened this issue Mar 26, 2015 · 2 comments
Closed

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

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

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Author

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

  • Changed state: Invalid
  • Added labels: ****
  • Removed labels: ****

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant