tancredi / fantasticon

Icon font generation tool
MIT License
937 stars 103 forks source link

Append new font icons to the existing web-font icon kits #452

Open flyingbee2012 opened 2 years ago

flyingbee2012 commented 2 years ago

Hello there, I was able to use the command below to convert SVG files into font icon files.

fantasticon my-icons -o icon-dist

After that, it generated the .woff file that we need. However, we might need to add new SVG files and do the conversion from time to time in the future. That means, we need to maintain the old set of SVG files. I am wondering if fantasticion supports converting and appending new font icon to the existing font icons set. Is there a command for doing that? Thanks!

Silbad commented 11 months ago

Hello, you need to use codepoints for this, make a script that increments your config file for example ;)