I would like to create a Node.js application that allows users to combine a bunch of SVG icons into a custom web font icon set. The only similar project I found is this site , which looks interesting, but rather rude.
In the end, I would like this application to also output all the different font files between browsers and CSS to use these icons on the page using best practices. Thus, the main goal is to create an SVG icon structure.
But the first thing I want to get is combining several SVG icons into an SVG font file. It should be possible if the above site does this, but I am having trouble finding good information.
Can someone point me in the right direction? Thanks!
Edit: I came across this service , which is very similar to my goal, although I do not want to post fonts, and I would like my service to be free (and possibly open source).
source share