angular-ui/ui-grid

ui-grid.ttf is not a valid font file

Fechada

#6.809 aberto em 25 de jul. de 2018

 (6 comentários) (0 reação) (0 responsável)JavaScript (2.496 forks)batch import
good first issue

Métricas do repositório

Stars
 (5.395 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

In 4.6.2, when double clicking on src/font/ui-grid.ttf in Windows, it shows a dialog that indicates "The requested file ...\ui-grid.ttf is not a valid font file".

Looking at a diff of the file between commit 8096ed043b and ec13255f61, it looks like a "0D 0A" was changed to just a "0A", so it appears that a CRLF to LF conversion was done.

The ui-grid.eot file seems to also have gone through a CRLF to LF conversion.

Guia do colaborador