2015-09-30, 02:27 AM
2015-09-30, 07:22 AM
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
<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