How to I change the font of the Rich text heading on my home page?

Hi I would like to change the Main heading/ title on my home page? but can’t seem to work out how.

The website is www.piratebracelets.com I would like to change the top title - “ahoy & welcome…” to ‘Vala regular’ font to match the products titles on the rest of the page. Can anyone help??

Cheers, Captain Moo

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

#shopify-section-1586906388145 h2.rich-text__heading--medium.text-center {
    font-family: Vala, serif;
}

Brilliant I have just done that thank you :slightly_smiling_face: