Why does my text appear in bold when I only set it to italics?

I’m using the supply theme. When i try to set text as italics, it appears in both italic and bold. I used F12 to inspect what could be making it bold but cant seem to find anything. I also tried setting the font-weight to light but that didn’t work either. Ill attach screen shots of example text.

Here’s what it looks like in my settings

And here’s what it looks like on the site after i save it

@Penumbrapress

Please share your website URL and password if any. I will check and provide a solution here.

Thanks!

The website is

No password

The problem test product that I’m running is under the ‘weekly offer’ tab.

@Penumbrapress

Please add the following code at the bottom of your assets/theme.scss.liquid file.

body#stocking-stuffer-for-your-child-reader {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

Hope this helps. This is for the offer page only.

Thanks!

I have this same problem on several pages in the supply theme – I do not understand how reads as only italics on my other websites, but in Supply Theme it translates to italics and bold. How can the bold be turned off everywhere? Or at least on my fixed pages? Thank you for your help. I’m building the website now, but you can see examples in the Teachers Workroom.

I was advised to use XXX instead of XXX, but my page is still showing italics and bold instead of just italics.

Hello this worked for this one file, but i have this problem across my entire store, how can I fix this problem on every single page without having to make an individual code for each.

I got this response from the help desk and am not pursing this further.

The Themes Team is not able to support the customization of the Rich Text Editor HTML section. What you can do is to try running the content through an HTML stripper. If you do require more help with this, looking into hiring an Expert from our Marketplace is a good option.

Hello is there an HTML to change this for the entire website?