Hi there,
I wanna add a new font to my theme, particularly the HEADING 1 and HEADING 2 text here: https://taneraskin.com/pages/about
I added to woff2 file to Assets and the following code to base.css:
@font-face {
font-family: “UniqueSurfer”;
src: url({{ “UniqueSurfer” | asset_url }}) format(“woff2”);
}
Still it doesn’t work… DO you know why?
Best,
Isabelle