fontsource / google-font-metadata

A metadata generator that fetches and parses the Google Fonts API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enforce alphabetical order on data

ayuhito opened this issue · comments

commented

The current generation of data has no control on the order of the fonts. It's first come first serve, which changes the order every parse, causing huge diffs to be created on every commit.

It isn't a problem for Fontsource, but may be for other dependents depending on how they use this.

The solution would be to run a pass on the final results array to order the list, before writing to file.

commented

Resolved in #23.