Why isn't the body typography changing in my Ride theme store?

Hello, I am using the Ride theme for my store but the body typography won’t change!

Why?

1 Like

@Sneakerchain

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

Hi @Sneakerchain ,

Did you change here?

Please send your site and if your site is password protected, please send me the password. I will check it.

The website URL is
https://sneakerchain.co

Hi @Sneakerchain ,

I checked and you have turned off font declaration at the body so it gives an error.

Please go to theme.liquid file and change code here:

Code:

body {
        display: grid;
        grid-template-rows: auto auto 1fr auto;
        grid-template-columns: 100%;
        min-height: 100%;
        margin: 0;
        font-size: 1.5rem;
        letter-spacing: 0.06rem;
        line-height: calc(1 + 0.8 / var(--font-body-scale));
        font-family: var(--font-body-family);
        font-style: var(--font-body-style);
        font-weight: var(--font-body-weight);
      }

Hope it is clear to you.

Hello, just tried it but still can’t change the body font..

Hi @Sneakerchain ,

Did you change it? I checked and the site link is not existing