WEBIX 6.0.4 - fontawesome - net::ERR_ABORTED 404 (Not Found)

Hi,

After upgrade to webix 6.0.4 from webix 5.4 , i include fontawesome link like this:

 <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.4.1/css/all.css" integrity="sha384-5sAR7xN1Nv6T6+dT2mhtzEpVJvfS3NScPQTrOxhwjIuvcA67KV2R5Jz6kr4abQsz" crossorigin="anonymous">

And change icon class in every icon, from icon:“bars” to icon “fas fa-bars” and work every icon fine in FIREFOX, but in Chrome not show icons and get this error:

send.js:17 GET http://localhost:30894/lib/webix/webix/codebase/fonts/fontawesome-webfont.woff2?v=4.7.0 net::ERR_ABORTED 404 (Not Found)

In FireFox can see this code and icon work fine.

<span class="webix_icon_btn fas fa-bars" style="max-width:32px;"></span>

In Chrome this one

<span class="webix_icon_btn fa-fas fa-bars" style="max-width:32px;"></span>

In Chrome include fa- then not found.

"webix_icon_btn fas fa-bars" 
"webix_icon_btn fa-fas fa-bars"

In webix 6.0.4 not exist any fontawesome-webfont.woff2 file, after copy from webix 5.0.4 and paste in folder fonts of 6.0.4 icons work too in chrome,

It is necessary to include fontawesome .woof files in webix 6.0.4 or it should be enough with the fontawesome link?

Unknown if it is a webix problem, but I would appreciate any help.

Thanks in advance!

Hello,

For me the following snippet works in every browser: Code Snippet

By the way, have you updated both webix.js and webix.css files to 6.0.4?

Hi,

I using skin flat and i udpate complete webix folder, sure.

Any way, now is work, i don’t understand. :neutral: , I’m going to continue looking for why, mi computer…?

Thanks so much Helga.