All things Shopify and commerce
Hello
I am unable to change my font for body text on my store. tried with the theme in typography but not working. please help
https://b990d6-3.myshopify.com/
Solved! Go to the solution
This is an accepted solution.
In your layouts/theme.liquid there is this code inside <head> .. </head>:
html {
box-sizing: border-box;
font-size: calc(var(--font-body-scale) * 62.5%);
height: 100%;
}
<style>
body {
display: grid;
grid-template-rows: auto auto 1fr auto;
grid-template-columns: 100%;
You should delete the <style> line -- there is already opening <style> tag.
You can't nest them, therefore browser ignores the rest of these CSS rules.
Well, i check your store. your theme has by default font style for headings DM Sans and other one is Time Roman, maybe the font you are trying to apply is not in your library. actually what font is it?
but if it is, you need to change it properly by assigning it in code,
and if you are not coder or you need assistance, I can help you and achieve this for you. DM
Need a Shopify Expert and Specialist? Let's chat on WhatsApp +923046983349 and bring your vision to life!
Custom Shopify Store Design | Premium Themes | Variant Apps Expert
Your Coffee Tip a seamless synergy. ☕❤️
Could you clarify which text you want to change font? Please share a screenshot.
And do you want to change font-family or font-size? Could you explain about your requirement in more detail?
And checking your site, I can find a bug at the bottom of the home page.
Is it necessary to fix?
Regards,
Vinh
This is an accepted solution.
In your layouts/theme.liquid there is this code inside <head> .. </head>:
html {
box-sizing: border-box;
font-size: calc(var(--font-body-scale) * 62.5%);
height: 100%;
}
<style>
body {
display: grid;
grid-template-rows: auto auto 1fr auto;
grid-template-columns: 100%;
You should delete the <style> line -- there is already opening <style> tag.
You can't nest them, therefore browser ignores the rest of these CSS rules.
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025