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?

![]()
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:
:root{ --font-body-family: var(--font-regular-family); }Outcome:
The discussion is now closed, though the underlying technical issue was not fully diagnosed or fixed.
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?

![]()
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