Some FA icons have a solid and regular variant (e.g. frown or clock). Is there a way to distinguish between them? A plain icon: fa-clock results in the icon not displaying at all.
The generated <span> does not contain the necessary ::before.
Looking through the source it seems that the FA included in the gem is pretty outdated. The gem ships FA 4.6.3, the latest is 5.0.9. I can't estimate how complicated an update would be.
Some FA icons have a solid and regular variant (e.g. frown or clock). Is there a way to distinguish between them? A plain
icon: fa-clock
results in the icon not displaying at all.The generated
<span>
does not contain the necessary::before
.