fontsource / google-font-metadata

A metadata generator that fetches and parses the Google Fonts API.
MIT License
29 stars 9 forks source link

fix: remove duplicate variants #106

Closed ayuhito closed 2 years ago

ayuhito commented 2 years ago

Fonts might only have a WGHT axis and nothing more. It's an unintended bug for it to then also have a standard and full variant for those fonts when it doesn't fall into that class. This adds matching for each variant.