googlefonts / glyphsLib

A bridge from Glyphs source files (.glyphs) to UFOs
Apache License 2.0
178 stars 51 forks source link

Accept `.glyphspackage` in GSFont constructor #932

Closed khaledhosny closed 11 months ago

khaledhosny commented 11 months ago

Remove the file extension check, which should not be our concern, and use parser.load() which handles .glyphspackage for us.