I am trying to import my custom font into my theme, but I cannot find where to put it. I have already added the .wiff files as assets, however when I’m in the edit code section, there is no ‘theme.scss.liquid’ section. I ony see ‘theme–async.css.liquid’ and ‘theme–critical.css.liquid’ and in neither of those sections can I find the lines of code related to headings. Where do I add the css for the font files!?
but this also doesn’t do anything. There must be a step where I define that this font should be used for all headings, no? Also, I only have .woff, .woff2, and .otf files.
For anyone else looking for a solution on hosting custom fonts on the Blockshop theme..
I uploaded the fonts to the Assets folder & used the file custom-style.liquid to add the css below. The key to this code working was using file_url, not asset_url as per other example.