Skip to content

Instantly share code, notes, and snippets.

@padupuy
Created November 20, 2017 13:32
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 padupuy/7c728efb91dca22fa6817b84d5be5fa8 to your computer and use it in GitHub Desktop.
Save padupuy/7c728efb91dca22fa6817b84d5be5fa8 to your computer and use it in GitHub Desktop.
Extract svg from webfont
fontforge -lang=ff -c 'Open($1); SelectWorthOutputting(); foreach Export("svg"); endloop;' webfontname.ttf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment