Hi Experts,
if I can please get your help with getting my custom font to work with shopify narrative theme.
I have uploaded a custom woff2 webfont file to the asset directory as I would like my shopify store to use these.
Woff2 file name - amoret_sans-webfont.woff2
Coding as below added to my theme.scss.liquid file in Asset directory. I have added this code below to the Narrative theme in Shopify.
@font-face {
font-family: “amoret_sans-webfont”;
src: url(“amoret_sans-webfont.woff2”) format(“woff2”)
}
/* Start /
h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a, #nav li a, div.title a, .headline, .subtitle, .Heading, .Footer { font-family: ‘amoret_sans-webfont’ !important; }
/ End*/