Bela,
I’ve added some print screens with instructions on how to use custom icons, since adding the font alone doesn’t make them available for easy use (at least in my experience) and requires a little custom CSS.
1. After adding your custom icon font as I explained above, add an icon-box element to the page, click edit but, instead of choosing ICON in the ICON BOX ICON TYPE field, select CHARACTER and type the letter that corresponds in the font to the icon you want.
2. In the Misc Options tab of the same window, give a unique class name (ex. youricons) to identify any icons that use that font on the website.
3. Finally, just add this code in Theme Options > Custom CSS/JS:
.youricons {
font-family: iconfontname;
}
Just one note that if the font name has more than one word and spaces in between (say “icon font name”), you need to add quote marks before and after:
.youricons {
font-family: "icon font name";
}
That should do the trick.
Regards
Attachments:
You must be
logged in to view attached files.