Simple gulp to convert SVGs into Fonts
Commands to install and run
$ cd svg_font_builder
$ npm install
$ gulp myfont
It's simple. All you need is to add a new svg into /src/svg and run the commmand to build again. It's supposed to work well with any CI/CD tools.