choffmeister / roboto-fontface-bower

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

Split out CSS font variations #38

Open jgornick opened 7 years ago

jgornick commented 7 years ago

It would be nice if there were individual CSS files for each variation of the font. This would follow a similar pattern provided by SASS.

choffmeister commented 7 years ago

This would make sense, yes. But I think that it would be about time, to use some kind of templating engine or so, to generate all the different files from some configuration data. If you provide a PR, I will be happy to look over it and merge it.

DanielRuf commented 6 years ago

Why not use webpack for this and postcss or some other solution to build them?