angular-ui/ui-grid

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

Open

#5.948 aberto em 14 de jan. de 2017

Ver no GitHub
 (2 comments) (7 reactions) (1 assignee)JavaScript (2.496 forks)batch import
good first issue

Métricas do repositório

Stars
 (5.395 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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

Guia do colaborador