Okay
  Public Ticket #2773988
Problem with font-weight
Closed

Comments

  •  1
    Cristian started the conversation

    Hello,

    There is a problem site-wide with the font-weight. It should have a value of 400, but with the new code in 4.8 it's overwritten to BOLD.

    It affects so many elements, such as header, footer, product description, and more.

    This is the css in question: font-weight: var(--body-weight);

    You can check it out for example here: https://www.officehuman.com/products/presidio-pro-folio-case-for-ipad-pro-11-2018-by-speck

    The description should be with font-weight: 400, and certain words in bold.

    You can see how it should be if you inspect it, and replace font-weight: var(--body-weight) with font-weight: 400, and it fixes everything, even in header and footer. I searched in Shopify themes edit, but did not find an option to change this.


    Thank you!

  •  195
    Mari replied

    Hi, Cristian,

    I checked your store. You have the "Skin #8" option at Theme settings -> Layout -> Skin.

    The skin #8 is pre-designed with bold text in description. Try to change the skin value to "Default"

    Stay safe and healthy.

    Best regards, Mari

  •  1
    Cristian replied

    That did the trick, thank you!