Dawn Theme: Change Font for Product Title & Price

Hello!

I would like to change the font of product titles and prices to match the body font instead of headings. Preferably sitewide, including featured collections etc. TIA!

https://www.socialtemplatetribe.com/

pw: peetso

@thjort ,

a.full-unstyled-link, .card-information {
    font-family: var(--font-body-family);
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->base.scss.liquid

1 Like

Perfect! Thankyou so much!