choffmeister / roboto-fontface-bower

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

There seems to be a discrepancy of path upper/lower case now #49

Closed richtera closed 6 years ago

richtera commented 7 years ago

I just pulled latest and it broke my font paths. Turns out the sass rules now use to_lowercase for the variant rule which is fine in terms of the css folder, but the fonts folder uses upper case for the variants. So I now have some fake mapping in my webpack, but it seems wrong. Either it should use upper case for the variant or change the folders in the fonts folder to lower case.

choffmeister commented 6 years ago

Fixed and released as @0.8.0