googlefonts / gftools

Misc tools for working with the Google Fonts library
Apache License 2.0
242 stars 71 forks source link

Check for ital axis in config file #977

Closed simoncozens closed 3 months ago

simoncozens commented 3 months ago

We have a check for this already, but it never fires because it looks for an axis with name ital and it should look for one with tag ital. Fixes #976, in a way.