Skip to content

v3.9.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 26 Mar 17:46
· 10 commits to main since this release
v3.9.0
8305773
  • Bumped minimum depedencies:
    • fonttools >= 4.50.0
    • glyphsLib >= 6.7.0
    • ufo2ft >= 3.2.0
  • The fontmake.instantiator was moved to ufo2ft.instantiator, with the same API. It's recommended that you import from the latter. The old module still works but will be removed at some point in the future.
  • Fontmake can now build variable fonts with 'sparse' composite glyphs i.e. with either fewer or additional masters than their components' base glyphs, by interpolating missing sources on the fly. This works for both TTF and CFF2 variable fonts (googlefonts/glyphsLib#954).