sapegin / grunt-webfont

SVG to webfont converter for Grunt
MIT License
1.1k stars 210 forks source link

Colored SVG and glyph width #313

Open krajeshkumar opened 8 years ago

krajeshkumar commented 8 years ago

Hi

I am working with grunt-webfont its not working for colored SVG icons it always returning black and white icons Is any option to do that?.

Also i have width issue for certain glyphs is any way to change or set it as auto?

Please help me to do that

scottyeck commented 8 years ago

As regards your question about colors, this was addressed in #317 . 😄

Regarding width, remember that the utility generates a font, and in standard typefaces, monotype fonts (where all characters are of the same width) have dimensions that are more predictable and easy to work with.

For this reason, best practice encourages use of glyphs that are of a uniform width, making the generated fonts easier to work with. That said, I'm sure @sapegin can comment further.