Custom font installation not working

What am I missing here? The font is just not loading.

I even tried to put it into the root in the doc.head.styles even though as far as I know they aren’t even linked anymore:

Try and upload the font in the Content → Files of your shopify admin. This will work without any problems. Then copy the font path and the css would look something like this

@font-face{
  font-family: "Erode-Regular";
  url: src("font-url");
}

Thank you!

I did that and it worked.

1 Like