-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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 icon not working on mozila #44
Comments
@KartikGoyal |
Here is the live URL for testing purpose. |
@KartikGoyal http://stackoverflow.com/questions/11045799/font-face-isnt-working-in-firefox |
Hello! In the latest firefox "security.fileuri.strict_origin_policy" by default set to "true". Thats why firefox couldn't found the file font icon files(e.g: fontawesome) since browser doesn't support by default to go relatively upward, but the strange thing is, its only applied to the font files. As a solution you have to change “security.fileuri.strict_origin_policy” to false in the about:config settings These solution works with pure html, but not with these project, these error appears: downloadable font: incorrect file size in WOFF header (font-family: "FontAwesome" style:normal weight:normal stretch:normal src index:1) I'm using django, and django development server... Cheers! |
I don't know why it's closed, because the error still appears.. in localhost... the other way to fix these is change que local file reference to use CDN.. |
Sorry, I accidentally closed it.. an not not sure how to uno this. .. |
onokumus, Although I have deleted that code, but if it was coming fine on Google Chrome, this mean MIME types is already set otherwise it should not work on any browser. |
Hi,
I am new to bootstrap themes. i just downloaded the code and checked in firefox. Font icons are not working. please check the attached image
I guess some font is missing with the code.
Thanks
Kartik
The text was updated successfully, but these errors were encountered: