BODY CONTENT FONT IS SEEN AS ITALIC EVEN THOUGH I SET IT AS REGULAR

https://tlmx4zg6ygwiiiah-71576191201.shopifypreview.com - I HAVE TEXT MY FONT TO HELVETICA REGULAR , BUT STILL IN SOME AREAS IT SHOWS AS ITALICS PLEASE FIX

Hi @Shahil1

I can see that you are using the Helvetica italic file in some places kindly replace that or remove that

Hello, @Shahil1

  1. Go to Online Store
  2. Edit Code
  3. Find theme.css/base.css file
  4. Add the following code in the bottom
.hero-text .button {
    margin: var(--padding) 0;
    border: transparent;
    background: var(--heroTextButtonBg);
    color: var(--heroTextButtonColor);
    font-style: normal !important;
}

button.is-blank.is-currentcolor.no-js-hidden {
    font-style: normal !important;
}

p {
    margin-top: 0;
    margin-bottom: .5rem;
    font-style: normal !important;
}

footer .mpti {
    display: flexs;
    flex-direction: column;
    font-style: normal !important;
}

Thanks!

I am not using that , there is only one place to add typography and i use
only regular there .

Hi @Shahil1 ,

You can easily change the font style on your website by adding a simple CSS rule. Follow these steps to update it:

  1. Log in to your Shopify admin panel.

  2. Go to Online Store > Themes.

  3. Locate your theme and click Customize.

  4. Click Actions > Edit Code.

  1. In the left sidebar, under the Assets directory, open the base.css file or your theme’s main CSS file.

  1. Add the following CSS code at the bottom:
* {
    font-style: normal !important;
}

7.Click Save to apply your changes.

Check your website to ensure the font style has been updated successfully!

I hope this helps! If it does, please like it and mark it as a solution!
If you need further assistance, feel free to reach out!

Regards,
Sweans

So in that case if you can share your collaboration access by sharing the collaboration code I can investigate the issue further more for you