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

iconfont views too big #78

Open gapkukb opened 4 years ago

gapkukb commented 4 years ago

I dont kown what happened . When I use the iconfont in my website , even though I setted the font-size equal to 12px but the icon still very too big

slatinsky commented 4 years ago

Maybe there is better solution, I made them 20% smaller in my css. My prefix is "icon", your may be different

i[class^="icon-"]:before, i[class*=" icon-"]:before {
    font-size: .8em;
}