choffmeister / roboto-fontface-bower

Bower package for the Roboto font-face
Apache License 2.0
153 stars 57 forks source link

Roboto-Condensed invalid metadata #45

Open glepretre opened 7 years ago

glepretre commented 7 years ago

I think the Roboto-Condensed family has a metadata issue:

✔ ~/roboto-fontface-bower [master|✔] 
10:01 $ fontlint fonts/Roboto-Condensed/Roboto-Condensed-Regular.woff
Copyright (c) 2000-2012 by George Williams.
 Executable based on sources from 14:57 GMT 31-Jul-2012-ML.
 Library based on sources from 14:57 GMT 31-Jul-2012.
The following table(s) in the font have been ignored by FontForge
  Ignoring 'webf'
The PostScript font name "" is invalid.
It should be printable ASCII,
must not contain (){}[]<>%/ or space
and must be shorter than 63 characters
Warning: Mac and Windows entries in the 'name' table differ for the
  Fullname string in the language English (US)
  Mac String: Roboto Condensed Regular Webfont
  Windows String: .
The PostScript font name "" is invalid.
It should be printable ASCII,
must not contain (){}[]<>%/ or space
and must be shorter than 63 characters
The PostScript font name "." is invalid.
It should be printable ASCII,
must not contain (){}[]<>%/ or space
and must be shorter than 63 characters
Validation . ...Failed
  Self Intersecting Glyph
  Missing Points at Extrema
  Bad PostScript fontname entry in the 'name' table

Here's what I get when I open them with FontForge:

fontforge-output

I couldn't use this version in my project because it shows as below in browser inspectors:

Chrome: chrome-inspector

Firefox: firefox-inspector

DanielRuf commented 6 years ago

Right. I saw the same issue. The "rendered font" section in Chrome just displays this weird square. Also I miss Black, Medium and Thin.

Also shouldn't we use 'Roboto Condensed' instead of 'Roboto-Condensed' in the less/scss/css files?