fontsource / google-font-metadata

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

fix: rename fallback to defsubset #125

Closed ayuhito closed 1 year ago

ayuhito commented 1 year ago

We determine subsets for a font file link using the comment when parsing the CSS. However, since icons do not necessarily have any defined subsets, Google uses the comment 'fallback' breaks parsing downstream since the provided defSubset is latin.

This resolves the inconsistency in the API so we don't need to implement hacky checks downstream.