Hi,
I have uploaded woff2 files to the asset section of my theme but I am having trouble with what to do next. I am not experienced with coding. The theme I am using doesn’t have a base.css or main.css file. Where can I add the @font.face code?
Hi,
I have uploaded woff2 files to the asset section of my theme but I am having trouble with what to do next. I am not experienced with coding. The theme I am using doesn’t have a base.css or main.css file. Where can I add the @font.face code?
Hey @msrwalsh ,
You’ve answered yourself almost. The file you highlighted in the picture is where you need to add it. “style.css.liquid”
You should also add on which elements you want the font to be used on
Example:
h1 {
font-family: 'Palmer Script Aged';
}