Hi everyone!
I’m trying to add a custom font to my Shopify site’s new theme (it’s on draft for now). Link: https://jybhyvosnrfce1qc-2085617745.shopifypreview.com. I have followed the steps from here: Solved: Custom Font not showing in Safari / Mobile - Shopify Community. This is my code
theme.liquid
theme.css
body,
h1,
h2,
h3,
h4,
h5,
p,
span,
a,
button {
font-family: "DIN Condensed Regular", sans-serif !important;
}
This is what I see in inspect

But the font is not rendering. This is what the right font looks like
Please help me I have been stuck with this for so long. Any help would be appreciated! Thank you.

