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
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
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
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
In your layouts/theme.liquid there is this code inside .. :
html {
box-sizing: border-box;
font-size: calc(var(--font-body-scale) * 62.5%);
height: 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.