Skip to content

Instantly share code, notes, and snippets.

@jupdike
Created August 16, 2020 20:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jupdike/18684a06c9669b7858240a2efcda0b21 to your computer and use it in GitHub Desktop.
Save jupdike/18684a06c9669b7858240a2efcda0b21 to your computer and use it in GitHub Desktop.
#!/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