I want to change the weight of my font-awesome font (I'm using version 5, but not the Pro version), and for some reason I can't do it.
I already tried:
.icon {
font-size: 1.5rem;
-webkit-text-stroke: 2px white;
-webkit-text-stroke-width: 0%
}
Is there any way to get the "light" version of the icons without paying the Pro version?
This:
Change font-weight of FontAwesome icons?
Don't solve the problem.
Thanks.