Hi.
I just can't find solution for icon font not loading on pages. It is a local Windows install, everything updated to latest version through npm. Didn't do any customizations to theme files so far. It is a clean install.
I see that component icon.css is importing icons from url(".../themes/default/assets/fonts/icons.eot"); (There is " \ " after first dot, but Github doesn't outputs it). Where " \ " should be "/ ".
Tried for testing purposes to change that to url("./../themes/default/assets/fonts/icons.eot"); but it still doesn't load, in debuger I see error:
downloadable font: download failed (font-family: "Icons" style:normal weight:normal stretch:normal src index:3): bad URI or cross-site access not allowed source: file:///E:/GoogleDrive/PROJECTS/my-framework/semantic/dist/themes/default/assets/fonts/icons.ttf
If you could tell me am I doing something wrong and how to fix it, or is it a bug in Semantic.
Hi.
I just can't find solution for icon font not loading on pages. It is a local Windows install, everything updated to latest version through npm. Didn't do any customizations to theme files so far. It is a clean install.
I see that component icon.css is importing icons from url(".../themes/default/assets/fonts/icons.eot"); (There is " \ " after first dot, but Github doesn't outputs it). Where " \ " should be "/ ".
Tried for testing purposes to change that to url("./../themes/default/assets/fonts/icons.eot"); but it still doesn't load, in debuger I see error:
downloadable font: download failed (font-family: "Icons" style:normal weight:normal stretch:normal src index:3): bad URI or cross-site access not allowed source: file:///E:/GoogleDrive/PROJECTS/my-framework/semantic/dist/themes/default/assets/fonts/icons.ttf
If you could tell me am I doing something wrong and how to fix it, or is it a bug in Semantic.