So I have some font declarations in my scss file like "src: url('../fonts/tillana-regular-webfont.woff') format('woff');", and I put the fonts in a folder named fonts right in my theme folder (the scss files reside in a folder called "scss", also right in my theme folder). So that should be okay?
I checked the quark theme and there it's just the same with the fonts folder in the same place and the declarations in line-awesome.min.css: "src:url(../fonts/line-awesome.eot?v=4.7.0);", and the icons show up alright – so why are my fonts not showing? 🤔
I checked the file permissions, but they're not the culprit. What else could it be?
Thank you for your time!
Anna~