Created
November 20, 2017 13:32
-
-
Save padupuy/7c728efb91dca22fa6817b84d5be5fa8 to your computer and use it in GitHub Desktop.
Extract svg from webfont
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
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