Last active
June 11, 2025 00:05
-
-
Save futuremotiondev/35023259e0aa57a1f15a7a7fdaaeff76 to your computer and use it in GitHub Desktop.
Converting OTF and TTF Fonts to SVG Fonts
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
Required: | |
https://www.npmjs.com/package/otf2svg | |
https://github.com/marmooo/ttf2svg | |
npm install otf2svg -g | |
npm install @marmooo/ttf2svg -g | |
otf2svg /path/to/input.otf /path/to/output.svg | |
ttf2svg font.ttf --font > font.svg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment