Font is bugged?

Topic summary

A Shopify store owner is experiencing a font display issue where their selected font doesn’t appear correctly on the live store. They provided screenshots showing the desired font versus what’s currently displaying.

Proposed Solution:

  • Add custom CSS code to the theme’s base.css file
  • Code snippet: :root{ --font-body-family: var(--font-regular-family); }

Outcome:

  • The CSS solution did not resolve the issue
  • The store owner decided to switch to a different font instead
  • The root cause of the font rendering problem remains unidentified

The discussion is now closed, though the underlying technical issue was not fully diagnosed or fixed.

Summarized with AI on October 31. AI used: claude-sonnet-4-5-20250929.

Hey guys, how are yall, in my shopify store I have a font selected but in my store appears with another font, how I can fix this?

The first font is the one that I want to use, the second picture is the font that appears right now, any tips?

Screenshot 2025-03-07 at 11.57.01 PM.png

Screenshot 2025-03-07 at 11.56.14 PM.png

Hello there Tomas @tomas_marino1 I believe this is a code related issue so you can try this as a possible solution

Go to Online Store->Theme->Edit code

-Asset-> base.css paste the below code at the bottom of the file.

:root{

–font-body-family: var(–font-regular-family);

}

Let me know if it works for you!

Hey I’ve tried and I didn’t work, I will change the font

Thank you