-
AuthorPosts
-
May 1, 2013 at 10:03 pm #22688
Hello. Is it possible to use Font Awesome instead of Entypo? Not sure why Entypo was selected, since Font Awesome has many more icons, especially for our line of business. If not, is it possible to somehow add in the Font Awesome icons to the existing set? Thanks!
May 2, 2013 at 4:37 pm #116825I didn’t test it but you can try to generate your own font files with fontello: http://fontello.com/ and then replace the default files located in enfoldconfig-templatebuilderavia-template-builderassetsfonts with your custom files. Please make a backup of the old files because I’m not sure if it works out…
May 20, 2013 at 7:19 pm #116826Hi, I’m try to add more icon font, but without lucky. I’ve tried to export new collection from fontello.com and simply replace original files but it results in wrong icons show on my site and no new icons showed in the builder part.
Some more suggestion on how to use different sets of font icons? The .php files into the folder (enfoldconfig-templatebuilderavia-template-builderassetsfonts) contains list of code to use in builder, should I replace with one indexing all the icons exported from fontello?
Thanks for the support.
May 21, 2013 at 6:20 am #116827Yes, you need to update wp-contentthemesenfoldconfig-templatebuilderavia-template-builderassetsfontsentypo-fontello-charmap.php too. Some icons are (like the search icon, social icons, etc.) are also used by the theme – the config array can be found in functions.php:
$avia_config['font_icons'] = array(
'search' => '🔍', //36
'standard' => '✎', //6
'link' => '🔗', //40
'image' => '📷', //46
'audio' => '♪', //51
'quote' => '❞', //33
'gallery' => '🌄', //145
'video' => '🎬', //146
'info' => 'ℹ', //120
'next' => '', //190
'prev' => '', //187
'behance' => '', //246
'dribbble' => '', //223
'facebook' => '', //212
'flickr' => '', //206
'gplus' => '', //215
'linkedin' => '', //221
'pinterest' => '', //217
'skype' => '', //238
'tumblr' => '', //219
'twitter' => '', //210
'vimeo' => '', //208
'rss' => '', //98
'mail' => '✉', //5
'cart' => '',
'reload' => '🔄',
'details' => '📄',
'clipboard' => '📋'
);May 21, 2013 at 9:17 am #116828Sorry, maybe I didn’t understand but, if I create my own collection of icons from fontello.com how can I update the array? Where should I find the codes for each icon?
May 21, 2013 at 9:20 am #116829Tbh I’m not sure how Kriesi created the entypo-fontello-charmap.php. Maybe he used a script or he just looked up the unicodes here: http://www.entypo.com/characters/ – I’ll mark this thread for him.
May 21, 2013 at 9:36 am #116830ok, thanks!
May 26, 2013 at 6:20 pm #116831Hey!
Currently not possible to add new icons. It seems the fontello team changed something since I cant even export the same font and make it work with the current charmap which was initially taken from entypo.com. I will need to create a new charmap and font file during the next weeks.
-
AuthorPosts
- The topic ‘Icons – Font Awesome’ is closed to new replies.