-
Notifications
You must be signed in to change notification settings - Fork 57
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
OTS parsing error #40
Comments
https://github.com/components/font-awesome/blob/master/css/font-awesome.css#L7
|
Confirm, does not work on my Travis CI istance... |
Our workaround was to use a different gulp task for fontawesome.
|
Having the same issue. Will there be a new release with a fix? |
Is there a solution for this? |
Make sure to have Font Awesome install the CSS and assets to the right place. It's referencing |
Hi, In my case, i have arrange the files as follow: wwwroot
And I can see that the fonts are loaded in my browser (chrome), but I still get this error: Am I the only one here? Anyone can point me to the right solution? |
Hi Guys, I tried to reinstall the fontawesome package from bower.. and now it works just fine. Hope this solve the issue. 😄 |
I still have the issue with 4.7.0 I completely removed the package and reinstalled it through Bower but the error is still there. Any update? |
in the bower.json |
I had this problem and in my case was Git treating the file as a text file, and messing with its "line endings". This was corrupting the file. you can check this stackoverflow answers for some solutions: |
Same thing happened to me that happened to @hermeslm—git corrupted the line endings so I had to create a .gitattributes file and force git to treat .ttf files as binary. I noticed there was some weird commit with the .ttf files, and after I had created a .gitattributes file, but I guess I didn't realize I need to revert the odd commit git wanted to make to the .ttf files themselves. The red herring for me was that I'm using webpack, url-loader/file-loader, Electron, etc. |
We are getting this error since yesterday
FortAwesome/Font-Awesome#9352
It works fine on local, but when deployed, the browser fails to parse.
The text was updated successfully, but these errors were encountered: