I’m trying to change the font in a custom multicolumn section on the “Our Story” page of this website: https://fybf836r9tluuf5o-60071346230.shopifypreview.com
Currently it looks like this:
But I want the header font to be the same as the body font, and I want to decrease the spacing between the lines of all of the text. I tried adding CSS with the shopify template name and it didn’t solve it,
This is what I tried:
#Slide-template–16273084579894__brand_pillars_BAYqRV-1 h3 {
font-family: ‘intervogue_soft_altmed’;
font-size: 20px;
line-height: 24px;
}
