Skip to content

Instantly share code, notes, and snippets.

@zhuangya
Last active May 24, 2016 02:48
Show Gist options
  • Select an option

  • Save zhuangya/7583296 to your computer and use it in GitHub Desktop.

Select an option

Save zhuangya/7583296 to your computer and use it in GitHub Desktop.
font-fix.sh
#!/usr/bin/env fontforge
Open($1)
SetFontNames("", $1, $1, "", "", "")
Generate($1:r + ".ttf", "", 4)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment