Created
August 16, 2020 20:17
-
-
Save jupdike/18684a06c9669b7858240a2efcda0b21 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
#!/bin/bash | |
# ONLY CONVERTS TO .SVG FONTS | |
# REAME: call from ffconvert.sh with (cd /path/with/font/files && ffconvert.sh *.ttf) | |
# or *.otf | |
# if a problem occurs, just rename fonts without spaces! | |
echo "" | /Applications/FontForge.app/Contents/MacOS/FontForge -script /path/to/font-to-svg.txt $@ &>/dev/null |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment