Tagged: custom fonts, fontello, small
Hello
currently I am creating custom fonts for our website. I use fontello en the process works fine. But when I use the icons on the website in an iconbox for example my custom ones are smaller than the regular icons. I create the icons on 1000px x 1000px canvas.
Hey WolfvanHaeren!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.iconlist-char {
font-size: 34px;
}
Cheers!
Yigit
Thank you Yigit!