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

Custom Font-Face issue in WebKit #10

Closed
chrisnager opened this issue Aug 25, 2011 · 5 comments
Closed

Custom Font-Face issue in WebKit #10

chrisnager opened this issue Aug 25, 2011 · 5 comments
Assignees

Comments

@chrisnager
Copy link

I use BigText (and freaking love it!) on my site ( http://chrisnager.com ) and found that it does not work immediately, or sometimes at all, on the iPhone in portrait mode or in Firefox 3.6. Strangely enough, if you switch to landscape mode on the iPhone and then back to portrait, it will work. Sometimes if you wait long enough, it will work in Firefox 3.6.

@zachleat
Copy link
Owner

Google's Web Font loader may have an issue with loading stylesheets that include the domain. Instead of:

urls : ['http://chrisnager.com/wp-content/themes/boilerplate/css/fonts/league-gothic/stylesheet.css']

Can you try:

urls : ['/wp-content/themes/boilerplate/css/fonts/league-gothic/stylesheet.css']

@zachleat
Copy link
Owner

Actually, after a little bit more research, I think it's related to this issue with the WebFont loader: typekit/webfontloader#26

@zachleat
Copy link
Owner

They've moved it here: typekit/webfontloader#43

@zachleat
Copy link
Owner

zachleat commented Feb 5, 2013

@zachleat
Copy link
Owner

Use this instead: https://github.com/zachleat/fontfaceonload

@zachleat zachleat self-assigned this Nov 11, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants