Created
March 26, 2016 04:46
-
-
Save AnwarShah/9b65c936b010788b2e5a to your computer and use it in GitHub Desktop.
Convert a bunch of fonts to ttf with fontforge
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
#!/usr/bin/fontforge | |
i=1 | |
while( i<$args ) | |
Open($1) | |
Generate($1:r + ".ttf") | |
i = i+1 | |
endloop |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Invoke it with
./convert.pe *.woff