I find johns-icons really poor - only 5 or 6 different icons - when FontAwesome have much more different icons
I'd like to change some fonts I won't use with the template.
For example, icon-pencil (johns-icons) would be changed with fa-truck (FontAwesome)
in module called "My[icon-pencil][br]Cozy[br]Blog "
using Firebug, I can virtually do it but no way to do it possible in fact.
with Firebug, I can set
- Code: Select all
<span>My<i class="fa fa-truck"></i></span><span>Cozy</span><span>Blog</span>
with [class^="gk-icon-"]::before, [class*=" gk-icon-"]::before { in gk-stuff.css using FontAwesome and not johns-icons
How can I have the same result ?
I tried to modify title of the module into "My[fa-truck][br]Cozy[br]Blog" but this is not the solution.
Thanks