Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to batch create icon webfonts in windows from SVG files

In the past I've used tools such as Font Custom and IcoMoon to create webfonts for use in various web applications used much like one would used Font Awesome.

However there does not seem to be a solution that runs natively under windows. With Font Custom relying on libraries not available on windows, and IcoMoon not providing a batch / local way of doing things.

Is there a good way to do this on Windows, or does a solution not yet exist?

Bonus points if it can be done via Grunt or a Visual Studio build step.

like image 367
rheone Avatar asked Nov 10 '22 06:11

rheone


1 Answers

There’s grunt-webfont (you need to use the node engine on Windows).

like image 146
Artem Sapegin Avatar answered Nov 15 '22 11:11

Artem Sapegin