Custom paragraph font applied to paragraphs, but not some <span> and other elements. Please help

Hi guys,

I’ve successfully customized the font for paragraph text on my store.

That was done through the steps on this video:

https://www.youtube.com/watch?v=BkSH0LjU6Fs&t=43s

The issue is, it hasn’t applied to a few elements within the store, which I would like it too.

The following are the areas of text that I would like the custom font to be applied to:

The font I am wanting, is the font used UNDERNEATH the “What we do” text.

Thanks in advance!

Lawson

@Lawson_1 - can you please share this page link?

of course:

https://celsiusmedicinals.com/

The password is: Optimal

Thanks!

@Lawson_1 - please add this css to the very end of your base.css file and check

span{font-family: 'Rustica-SemiLight' !important;}

Hi @suyash1 . Thanks for the response.

I just tried that - unfortunately it didn’t work.

If I adjust the ‘span’ font through ‘customize’ your store, it changes the subtitle text, but also changes the main heading text, which I do not want.

Here’s what I mean:

@Lawson_1 - it is because all text have some common classes and hence css gets applied to that as well

I see. Do you have any advice as to how I could fix this issue?

Thanks again