By Fagault Eric on Monday, 02 October 2017
Posted in General
Replies 1
Likes 0
Views 567
Votes 0
Hello,
I am developing a Market Place application that I will integrate to my website, I will need to load Font Awesome, I'm looking for the command line to load this font.
I see you use it, but I can not figure out how to load it into my component.
Since it is already in use, can you tell me which line I have to use?
Best regards
Eric
If you have EasySocial on your site, you could render EasySocial's stylesheet so that it also renders font awesome. You can render EasySocial's stylesheet by running the codes below:

[gist]
<?php
include_once(JPATH_ADMINISTRATOR . '/components/com_easysocial/includes/easysocial.php');
ES::initialize();
[/gist]
·
Tuesday, 03 October 2017 00:34
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post