@font-face not working for fonts with subfolder – Shopify
I currently have a structure as below: stylesheet.css fonts/webfont-1.woff When using @font-face in the stylesheet.css, src: url('fonts/webfont-1.woff'); does not load the font. When I move the webfont-1.woff over to the same folder as stylesheet.css however, and change the @font-face reference…