Skip to content

Instantly share code, notes, and snippets.

@m4rc1e
Created October 15, 2016 21:11
Show Gist options
  • Save m4rc1e/6d670a09df0cb07ed8b8efd261b55ac3 to your computer and use it in GitHub Desktop.
Save m4rc1e/6d670a09df0cb07ed8b8efd261b55ac3 to your computer and use it in GitHub Desktop.
font = Glyphs.font
instances = font.instances
for instance in instances:
if 'Bold Italic' == instance.name:
instance.linkStyle = ''
print 'Removed Bold from Bold Italic linked style'
else:
print 'No Bold Italic in font'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment