I’m trying to add two custom codes to my Symmetry theme and they aren’t showing up. I’ve added one of the fonts to my assets folder.
Here’s the font that I’ve added to the liquid.theme file:
@font-face {
font-family: ‘Cinzel-Regular’;
src: url(‘{{‘Cinzel-Regular.woff’ | asset_url}}’);
h1, h2, h3, h4, h5, h6 {
font-family: Cinzel-Regular !important;
}
The font isn’t showing up on my site preview. Can someone please help?
Preview link - https://dti0ivu91l5mfhq8-70096191710.shopifypreview.com
