rheone
rheone

Reputation: 1567

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.

Upvotes: 5

Views: 850

Answers (1)

Artem Sapegin
Artem Sapegin

Reputation: 3121

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

Upvotes: 1

Related Questions