Last active
July 17, 2017 14:55
-
-
Save pathumego/a3526688a89b2470b93dd00e84816d3c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#ttfa on a folder | |
for filename in *.ttf | |
do | |
ttfautohint -n "${filename}" "../${filename}" | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment