DragonsInn / fontgen-loader

Automated webfont generation from SVG icons. Use with WebPack!
125 stars 42 forks source link

Ability to change the default class styles #32

Open egucciar opened 8 years ago

egucciar commented 8 years ago

For some reason the default class styles sets vertical-align to top which is odd. Why? Cant we change or override this default without having to overwrite the style?

skipjack commented 7 years ago

This seems to be coming from the underlying tool, webfonts-generator, see the default css-template.

I believe you can change this using cssTemplate option. With that said, I do agree that maybe vertical-align: top is not the best default.