How can I change the font weight to Helvetica Neue Bold in my homepage image text?

Hi there,

I’m hoping someone can help me with some font weight changes on my image with text section.

This section is located on my home page. In this particular section I have already made these subheadings bold (see attachment Bold headings) but I want them to be Helvetica Neue Bold like the attached image (Helvetica Neue Bold example)

url:

https://5jg3309ygkaklrdc-54993551588.shopifypreview.com

Thank you for your help.

@Timstar ,

.rte.rte-setting.featured-row__subtext strong {
font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
}

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

1 Like

Thank you for your helpful solution.