Fonts are requested from wrong locations

Webix CSS tries to grab the font from wrong location:


Request URL:http://xxxxx/webix/skins/fonts/PTS-webfont.woff
Request Method:GET
Status Code:404 Not Found
Request Headersview source
Accept:*/*
Accept-Encoding:gzip, deflate, sdch
Accept-Language:ru,en-US;q=0.8,en;q=0.6
Cache-Control:no-cache
Connection:keep-alive
DNT:1
Host:xxxxx
Pragma:no-cache
Referer:http://xxxxx/webix/skins/compact.css

Dir structure:


.
├── fonts
│   ├── fontawesome-webfont.eot
│   ├── fontawesome-webfont.svg
│   ├── fontawesome-webfont.woff
│   ├── font-license.txt
│   ├── PTS-bold.eot
│   ├── PTS-bold.ttf
│   ├── PTS-bold.woff
│   ├── PTS-webfont.eot
│   ├── PTS-webfont.ttf
│   └── PTS-webfont.woff
├── i18n
│   ├── ...
├── legacy
│   ├── ...
├── skins
│   ├── aircompact.css
│   ├── air.css
│   ├── clouds.css
│   ├── compact.css
│   ├── debug
│   │   ├── ...
│   ├── flat.css
│   ├── glamour.css
│   ├── light.css
│   ├── metro.css
│   ├── terrace.css
│   ├── touch.css
│   └── web.css
├── webix_debug.js
├── webix.js
└── webix.js.map

Is it supposed that I should move CSS file?

Looks like a bug.
Are you using files from CDN or from zip package ?

ZIP from here:
http://webix.com/download-webix-gpl/

Yep, I can confirm issue with “compact” skin.
Paths will be fixed in the next update ( for now you can move the css file in parent folder or fix font links directly in the compact.css )

Sorry for inconvenience.