fontmake Make TTF font from SVG files. Installation $ npm install --global fontmake Usage Save the filename of SVG file as {Unicode code point}-{Glyph name}.svg. Then execute the following command: $ fontmake fontname /path/to/*.svg It is output to <fontname>.ttf. License MIT