icon-font-generator
icon-font-generator copied to clipboard
Easy-to-use, pre-configured cli tool to generate webfont icon kits from a bunch of .svg files
changed the default prefix so that you can change it completely
icon-font-generator icons/*/*.svg -o dist
Occurs when processing an .svg file with a very large path statement. (In this case one of my files is 133KB long. Not an issue on more typically-sized .svg files.)
This svg makes the blank icon, but if you remove rx="2" it works fine. ``` ```
Currently the characters will be generated in alphabetical order of the file names, but if an icon is added that isn't at the bottom of the list, it will be...
After font generating we have font without "font-display" style in css file and lighthouse gives negative feedback on it "Leverage the font-display CSS feature to ensure text is user-visible while...
Wondering if this is in the works or been considered previously. Thanks
`webfonts-generator` - a dependency of this module - is now read-only on github; I think that means the author doesn't want to update it anymore https://github.com/sunflowerdeath/webfonts-generator it does not seem...
This issue is related to issue #73 and appears under the latest node LTS version (12.19.0 at the time of writing). icon-font-generator seems unusable due to a failing install of...
I'm trying to generate a custom font however when I convert my svg to ttf, load the ttf as a font, and type 'A' it just displays a regular A...