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

Failed to decode downloaded font OTS parsing error: invalid version tag #5948

Open
nitishkumar71 opened this issue Jan 14, 2017 · 2 comments
Assignees
Projects

Comments

@nitishkumar71
Copy link

nitishkumar71 commented Jan 14, 2017

Hello Everyone,

I know so many issues were reported for font, but after looking through all of them still i am not able to find solution for this issue. I am creating an .NET application. have moved all the font files in font folder and changed my css too.

@font-face {
  font-family: 'ui-grid';
  src: url('../fonts/ui-grid.eot');
  src: url('../fonts/ui-grid.eot#iefix') format('embedded-opentype'), url('../fonts/ui-grid.woff') format('woff'),           url('../fonts/ui-grid.ttf') format('truetype'), url('../fonts/ui-grid.svg?#ui-grid') format('svg');
  font-weight: normal;
  font-style: normal;
}

screenshot for issue in Chrome:
image

screenshot for issue in Firefox:
image

screenshot for issue in internet explorer:
image

UI Grid version : 4.0.2

@NevillePHolistics
Copy link

I'm having the same error. What did you do to resolve it in the end?

@mportuga mportuga self-assigned this Apr 2, 2018
@mportuga
Copy link
Member

mportuga commented Apr 2, 2018

I believe @cybermerlin has a solution to this by bringing back fontello and moving fonts to the font folder. I will test that and merge his commit if it solves it.

@mportuga mportuga added this to Needs triage in Bug Triage Jun 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Bug Triage
  
Needs triage
Development

No branches or pull requests

3 participants