Script to convert multiple SVG images to a SVG font file

converters, fonts, linux, svg, svg-font

Solution

FYI, two guys just released a project to do this very thing:

https://github.com/FontCustom/fontcustom

Problem

I'm searching for a script to convert multiple SVG images (each containing one letter) to a SVG font file. Basically the same this website does: http://keyamoon.com/icomoon/app/ But I would prefer a script (preferable Linux), so we can integrate it in our build process. Any ideas? Or code I can start with? Input should be a list of SVG images + a mapping file and the output should be one file containing all the SVG images as SVG font.

Original source