choffmeister / roboto-fontface-bower

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

Update documentation with font hinting status #15

Closed dirtybirthdaycake closed 9 years ago

dirtybirthdaycake commented 9 years ago

In the Material Design specification there is a note indicating that hinted fonts should be used on Chrome OS, Windows, and Linux. Since hinting can affect the way fonts are rendered in the browser, this prompted me to look at this package to verify that it did have hinting. To verify this I ran a few of the .woff files through fonttools and did see that at least a handful of the files did including hinting.

It might be nice to include a note in this package's documentation that the included fonts do include hinting.

choffmeister commented 9 years ago

Can you give a list of which files have hinting and which not?

dirtybirthdaycake commented 9 years ago

I verified that at least all the WOFF fonts do include hinting. I did not check the other formats.

choffmeister commented 9 years ago

OK. I will add a note on that to the README. For the other formats I will check when I get the time for it.