Skip to content

Instantly share code, notes, and snippets.

@eliheuer
Created November 6, 2018 17:21
Show Gist options
  • Save eliheuer/81da1164d41a881b21d82b7f56d6f004 to your computer and use it in GitHub Desktop.
Save eliheuer/81da1164d41a881b21d82b7f56d6f004 to your computer and use it in GitHub Desktop.
get axes from a variable font
font("fonts/Font-VF.ttf")
for axis, data in listFontVariations().items():
print((axis, data)) # Get axis info from font
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment