googlefonts / roboto-classic

Development of a Roboto Variable font
SIL Open Font License 1.1
153 stars 15 forks source link

delete fonts/ dir #74

Closed m4rc1e closed 4 years ago

m4rc1e commented 4 years ago

We currently have ~100mb of fonts stored in the fonts/ dir. This pr will remove this directory since Github actions generates the fonts for us and saves them in a downloadable zip.

For a project of this scale, imo it's much safer to have the CI/CD generate and test the fonts for us. I don't really trust fonts which other users/myself may pushed to this repo.

We should manually make a tagged v3.000 release which contains the fonts generated from the CI/CD (I'll do this before next Tuesday). Github actions does allow us to automate the tagging but I don't have time at the moment to implement this

@sannorozco I'll merge this one.