-
-
Notifications
You must be signed in to change notification settings - Fork 323
Icons are broken #8
Comments
Thanks for reporting! Hmm, I'm seeing CSS errors in Firefox
The slate screen.scss doesn't seem to be being built correctly by node-sass. Have tried updating the node-sass dependency... |
@font-face {
font-family: 'slate';
src:font-url('slate.eot?-syv14m');
src:font-url('slate.eot?#iefix-syv14m') format('embedded-opentype'),
font-url('slate.woff2?-syv14m') format('woff2'),
font-url('slate.woff?-syv14m') format('woff'),
font-url('slate.ttf?-syv14m') format('truetype'),
font-url('slate.svg?-syv14m#slate') format('svg');
font-weight: normal;
font-style: normal;
} is getting compiled to @font-face {
font-family: 'slate';
src: font-url("slate.eot?-syv14m");
src: font-url("slate.eot?#iefix-syv14m") format("embedded-opentype"), font-url("slate.woff2?-syv14m") format("woff2"), font-url("slate.woff?-syv14m") format("woff"), font-url("slate.ttf?-syv14m") format("truetype"), font-url("slate.svg?-syv14m#slate") format("svg");
font-weight: normal;
font-style: normal; } Whereas slate has @font-face{font-family:'slate';
src:url(../fonts/slate.eot?-syv14m);src:url(../fonts/slate.eot?#iefix-syv14m) format("embedded-opentype"),url(../fonts/slate.woff2?-syv14m) format("woff2"),url(../fonts/slate.woff?-syv14m) format("woff"),url(../fonts/slate.ttf?-syv14m) format("truetype"),url(../fonts/slate.svg?-syv14m#slate) format("svg");font-weight:normal;font-style:normal} |
Thanks again for reporting this @adilhz - I had seen it a couple of times and never dug into why it was happening. It turns out nb fonts will be loaded directly from the This is working for me now on github pages (https://mermade.github.io/shins), so I will cut a new release. |
Should be fixed in v2.0.1-0 but please let me know if not. |
Can confirm the icons are working. Thanks for the support! |
The icon font in shins is not loaded correctly

I tried copying the font files into my pub folder but that yielded no results. Any ideas?
Thanks
The text was updated successfully, but these errors were encountered: