Everyone! I'm trying to make glyphicons thinner, like this
Now I get this view of icon
Is there any solution to make it thinner? I tried to chnge font-size and font-weight, but it didn't help. What eles can I do?
Everyone! I'm trying to make glyphicons thinner, like this
Now I get this view of icon
Is there any solution to make it thinner? I tried to chnge font-size and font-weight, but it didn't help. What eles can I do?
Have you tried adding the
-webkit-font-smoothing: antialiased;
property to your glyphicon? But that would not reduce the thickness that much, as in your example tho.