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.
You can also use opacity on the
glyphicon
if you do not want to apply this globally.You could apply the
font-weight
property on::before
pseudo element to alter the font-weight:Using white stroke is a way to do it
Works on Different background-color.