It works well for some icons, but not for others, new ones I get the impression. I’ve done many tests, but some icons refuse to display in webix, even though they display perfectly in the rest of my application.
You needn’t set any particular Font family: .fa, .fal or .far will do it.
the CSS class is .webix_icon, not .webix_skin_icon: it adds width and the icons become visible.
… and yep, your second sample is more correct as it loads FA Pro icons
Also, in the snippet tool, the webix_skin_icon = “” line does nothing as it should be placed before webix scripts are included, and tool does it beforehand.
Thank you very much Intregal and Helga! Indeed, it is my fault. Everything works fine, sorry for your lost time…
For those who still have problems: be careful not to use this snippet on Safari. On Mac, use Chrome instead. In the latest version of Fontawesome, there is now a folder to download for the desktop, and another for the web. In the web version, be careful to use the file “all.css” and not “fontawesome.css”.