Skip to content

Instantly share code, notes, and snippets.

@benkiel
Created August 30, 2014 20:44
Show Gist options
  • Save benkiel/9a8e89465becc45ef137 to your computer and use it in GitHub Desktop.
Save benkiel/9a8e89465becc45ef137 to your computer and use it in GitHub Desktop.
fonts = AllFonts()
for font in fonts:
keys = font.keys()
for f in fonts:
compare_keys = f.keys()
for v in compare_keys:
if v not in keys:
print v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment