How to add custom font to theme with no base.css file

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”

Here is what i added but i didn’t work. any insight?

You should also add on which elements you want the font to be used on

Example:

h1 {
  font-family: 'Palmer Script Aged';
}

I tried that.

im just not seeing it show up.