FontAwesome help. - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: Extensions (https://community.mybb.com/forum-201.html) +--- Forum: Themes (https://community.mybb.com/forum-103.html) +---- Forum: Theme Support (https://community.mybb.com/forum-10.html) +---- Thread: FontAwesome help. (/thread-181740.html) |
FontAwesome help. - Moises - 2015-09-30 ...... RE: FontAwesome help. - BaggerHD - 2015-09-30 you can try changing the <span> to something like <span class="v-icon" style="font-family: FontAwesome;"></span> or <span class="set_in_your_font_awesome_icone_here" role="img"></span> PS. use of <span> is a better use then using <i>, i was for italic fonts, and in theory some browser can read it at a italic font, <span> will always work, and therefore today it is more recommended to use span then i |