Is there a way to reduce the "weight" of Glyphicons?
I am using the "ok" Glyphicon <span class="glyphicon glyphicon-ok"></span>
which displays like this:
Is there any way to reduce the weight to produce a thinner tick without reducing the font size? Changing the font-weight
to lighter
has no effect whatsoever.
Using white stroke is a way to do it
-webkit-text-stroke: 2px white;