Skip to content

Instantly share code, notes, and snippets.

@willread
Created August 20, 2012 19:10
Show Gist options
  • Save willread/3406852 to your computer and use it in GitHub Desktop.
Save willread/3406852 to your computer and use it in GitHub Desktop.
Convert SVG Font To TTF Using cURL
curl -X POST -F outputFormat=ttf -F fontFile=@./icons.svg www.freefontconverter.com > icons.ttf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment