Workshape / icon-font-generator

Easy-to-use, pre-configured cli tool to generate webfont icon kits from a bunch of .svg files
MIT License
471 stars 76 forks source link

Two or many icon colors. #65

Open ziagiseldina opened 5 years ago

ziagiseldina commented 5 years ago

Is possible to preserve the color of svg icon? For example, I want to generate icon with two or three color. In this moment I obtain only total black icon.

mgalante commented 5 years ago

Its technically imposible cause fonts has only 1 color.

The only way to do something similar is creating 1 icon for each color, and then overlap one on top of the other like color layers.