My Bootstrap Glyphicons are not showing up for some reason.
I have tried the answer found here, here, here, and here
Here is my HTML:
<div class="service-wrapper">
<h2 class="pricing-plan-title">Plan</h2>
<span class="glyphicon glyhpicon-pencil" aria-hidden="true"></span>
<p>Praesent rhoncus mauris ac sollicitudin vehicula. Nam fringilla turpis turpis</p>
</div>
Can anybody see what I am missing?