MyBB Community Forums

Full Version: FontAwesome help.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
......
you can try changing the <span> to something like
<span class="v-icon" style="font-family: FontAwesome;">&#xf0a3;</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