fontello / svg2ttf

SVG -> TTF font convertor
MIT License
518 stars 79 forks source link

Impossible to convert this SVG into TTF #97

Closed arochettesteinberg closed 4 years ago

arochettesteinberg commented 4 years ago

Hi

I've been trying to convert a few simple SVGs exported from Photoshop into a TTF using svg2ttf... unsuccessfully.

No matter how simple the SVG is, I always run into the following error that my SVG file isn't a font. I'm a bit confused. I thought the aim of this tool was precisely to convert SVG glyphs into TTF?

Error: Can't find <font> tag. Make sure you SVG file is font, not image.

I've attached one SVG of mine as an example.

folder.zip

Thank you very much for your help!

puzrin commented 4 years ago

This package is not for SVG icons, it's for SVG fonts. You need something like https://github.com/nfroidure/svgicons2svgfont

arochettesteinberg commented 4 years ago

"And then there was light!" Thanks!