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!
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!