Why isn't my custom font displaying correctly in the Dawn theme?

Hi there,

I had a professional code me in my own custom font selection so that when i upload my own custom fonts into the assets folder of my Dawn theme, i can then type the file name i want to use under the Typography customise section. This works for any other font i have ever uploaded, but for some reason this particular font i have uploaded will not display and i cant work out why. Any ideas?

The font name is: TAN - MON CHERI.woff and i have uploaded this into Assets. I want this displayed as headings and for the menu navigation

The store URL is: https://hannah-kate-home.myshopify.com/

The password is: sandraleedesigns

Hello @sandraleedesign ,
You need to upload the fonts to “Files”.
Settings > files > upload file

Add below code to bottom of base.css file.

@font-face {
font-family: font family name;
src: url(’ file link ');
}

h1, h2, h3, h4, h5, h6{

font-family: font family name !important;

}

.list-menu li a{

font-family: font family name !important;

}

1 Like

Yes this worked! Your amazing!!! thank you so much

1 Like

Hi , got same issue, handle correct that your advise but gmail can’t get font. I have only seen it’s working fine only on Preview email in admin Shopify. Wrong on real email in gmail. Please help !