How can I change the font size of my whole store?

Hi!

Is there a way to change the whole store’s font size? I am trying to set everything a little smaller. Also, I am using the DAWN theme.

Thanks in advance!

Hi @meticheri ,

If you want to change the font size of the body, you can go to layout > theme.liquid file, change here:

Hope it helps!

1 Like

Go to the theme code editor and open the file Config/settings_schema.json. Around line 125 you’ll see this code:

Change the “min” value from 100 to 75. Then go to Theme settings > Typography in the theme editor. Now you can change the body font size scale to below 100 %.

Don’t make the text too small, though. And keep in mind that not every visitor will have the same browser, screen and window size, etc. So if you adjust the font size to something you’re comfortable with, it might be too small for someone else.