gulp-iconfont icon indicating copy to clipboard operation
gulp-iconfont copied to clipboard

normalize parameter could lead to font file icons size differ

Open qingbolove opened this issue 7 years ago • 1 comments

I just checked the normalize definition, it is : change icons by scaling them to the height of the highest icon. But actually I want to change their size according to their relative size, not highest for everyone. For example, this is what I expected: image

But after use normalization, I got: image

Is there a workaround for me to get a relative height for several svg files?

qingbolove avatar Jan 22 '18 08:01 qingbolove

Why do you need to change their size? You should be able to set the display size by changing the text size wherever you render them.

NaridaL avatar Jan 22 '18 09:01 NaridaL