-
Type:
Bug
-
Resolution: Won't Fix
-
Priority:
Normal
-
None
-
Affects Version/s: 8.5.0
-
Component/s: CSS
-
None
-
None
Hi!
Here is an example of using Font Awesome icons:
https://www.zkoss.org/wiki/ZK_Component_Reference/Base_Components/LabelImageElement#IconSclass
But for some reason as a result of that we always get a "regular" icon...
For example, there are two kinds of the "home" icon:
1) https://fontawesome.com/icons/home?style=solid
2) https://fontawesome.com/icons/home?style=regular
If we set iconSclass="z-icon-home", we'll get a "regular" style (not "solid").
Is it possible to display a "solid" style somehow?
Thanks in advance!