Icons are not getting loaded on webix application

We are using Font Awesome V4.7 and it suddenly is not showing in our webix application. Is there any change in font awesome support for webix.

Hello,

Starting from Webix 6.0, Font Awesome v4.7 icons are no longer used. We have switched to own icons sets based on Material Design Icons/Font Awesome 5 depending on the active skin. But you can easily use any custom icon pack, provided that you include it into the app.

Please, check the release What’s new list for details.

If you are not ready to migrate right now, you can temporarily switch your app to Webix 5.4.

But we are using Webix 5.4 so will it support Font Awesome V4.7.

Yep, up to Webix 6.0 full Font Awesome 4.7 icons are supported: Code Snippet

If you include Webix files from cdn, please remember to change the paths to:

http://cdn.webix.com/5.4/webix.js
http://cdn.webix.com/5.4/webix.css 

Yes, it was really helpful and worked for me as due to webix cdn paths the UI was not loading properly.