Failed to decode downloaded font / downloadable font: rejected by sanitizer

Hello,

I’m running into those those errors in Chrome : Failed to decode downloaded font: http://localhost:1212/CSS/fonts/PTS-webfont.woff

Firefox : downloadable font: rejected by sanitizer (font-family: “PT Sans” style:normal weight:normal stretch:normal src index:2) source: http://localhost:1212/CSS/fonts/PTS-webfont.woff

/// Same error with PTS-bold.woff too.

IE : Unknown error in “@ font-face”.

// PTS-webfont.woff and PTS-bold.woff

Searched for same error in internet , some people say that u have to remove query string at the end of each line in .css file. But i don’t have any.

url(fonts/PTS-webfont.woff) format(‘woff’)

url(fonts/PTS-bold.woff) format(‘woff’)

Hi,

Are you using the latest webix 3.3 ?
There was an error in IE, similar to the reported one, it was fixed by updating the font file

Also, please try to use webix.css from our CDN ( http://cdn.webix.com/edge/webix.css ), it will use fonts from CDN as well. If error will not occur for CDN files, it means you have incorrect headers for font files, while serving them by a local web server.