Skip to content

Instantly share code, notes, and snippets.

@futuremotiondev
Last active June 11, 2025 00:05
Show Gist options
  • Save futuremotiondev/35023259e0aa57a1f15a7a7fdaaeff76 to your computer and use it in GitHub Desktop.
Save futuremotiondev/35023259e0aa57a1f15a7a7fdaaeff76 to your computer and use it in GitHub Desktop.
Converting OTF and TTF Fonts to SVG Fonts
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