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

Font Awesome does not work on IE9 #620

Closed
idarmans opened this issue Dec 7, 2012 · 7 comments
Closed

Font Awesome does not work on IE9 #620

idarmans opened this issue Dec 7, 2012 · 7 comments

Comments

@idarmans
Copy link

idarmans commented Dec 7, 2012

It's the classic cross-origin problem:
CSS3117: @font-face failed cross-origin request. Resource access is restricted.
fontawesome-webfont.woff
CSS3117: @font-face failed cross-origin request. Resource access is restricted.
fontawesome-webfont.ttf

@idarmans
Copy link
Author

idarmans commented Dec 8, 2012

@thegallagher
Copy link

Fails for me too in Firefox.

Error: downloadable font: download failed (font-family: "FontAwesome" style:normal weight:normal stretch:normal src index:1): bad URI or cross-site access not allowed

Very easy to fix, just add this header as mentioned:

Access-Control-Allow-Origin: *

@ryankirkman
Copy link
Member

Hi guys, thanks for the info. We'll see what we can do.

On Thursday, December 13, 2012, thegallagher wrote:

Fails for me too in Firefox.

Error: downloadable font: download failed (font-family: "FontAwesome" style:normal weight:normal stretch:normal src index:1): bad URI or cross-site access not allowed

Very easy to fix, just add this header as mentioned:

Access-Control-Allow-Origin: *


Reply to this email directly or view it on GitHubhttps://github.com//issues/620#issuecomment-11323236.

@thomasdavis
Copy link
Member

Still waiting on this one.

@ryankirkman
Copy link
Member

@thegallagher @blinkerz Thanks to the awesome guys at CloudFlare, this should be all good to go :)

@cederberg
Copy link
Contributor

Thanks. Now works perfectly.

@ryankirkman
Copy link
Member

Thanks to @terinjokes we now have CORS support!

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

5 participants