Skip to content

Instantly share code, notes, and snippets.

@marcdama
Created April 20, 2015 21:58
Show Gist options
  • Save marcdama/c499a3f048126cd9d303 to your computer and use it in GitHub Desktop.
Save marcdama/c499a3f048126cd9d303 to your computer and use it in GitHub Desktop.
from robofab.world import *
f = AllFonts()
unis = [i.unicode for i in f[0]]
for i in f[1]:
if i.unicode in unis:
i.mark = 1
f[1].update()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment