I have recently implemented a custom font on my website. Unfortunately, this font is not standard and its alignment is off. As a result, when I use this font with Twitter Bootstrap glyphicon, they do not appear in the same line.
Is there a way to adjust the position of the glyphicon slightly lower? Alternatively, are there any other solutions you would recommend for resolving this issue?
<li><a href="#"><span class="glyphicon glyphicon-log-out"></span> My Text</a></li>