Tagged: icon font
Hi,
I´m working on an own icon font for a project and would like to know if it is possible to include this font in a way like you did it with the “Entypo Icon Font”?
Thanks!
Greetings,
Nic
Would be a little tricky.
I have used the version Entypo icon font from http://fontello.com/
If you download the font not only do you get the font files but also a charmap that i converted into a php file. for reference, the file is located in config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello-charmap.php
The two easiest ways to add your own font would be to either replace the existing files and add your own with the same names, or probably the smartest solution: edit the font files so they also contain your very own font, then append the characters to the charmap.php file.
If it’s a font, it should be easy to change the font color. We use the beautiful new enfold-theme…
Hi!
Sure you can use following code:
iconbox_icon.heading-color.avia-font-entypo-fontello{
color: #555;
}
or if you want to change the color of all icons:
.avia-font-entypo-fontello
color: #555 !important;
You can change the color value :)
Regards,
Peter