How to change the global font size?

Hi,
How to change the global font size?
Thank you,
Frank

3 Likes

I don’t think we have a setting for it, but you could override the default.

The most custom way would be to add this CSS to your theme

:root {
    --base-font-size: 30px; //whichever size you want 
}

Unfortunately, this type of customisation isn’t available on basic plan :slightly_frowning_face:

You can however, choose a predefined size in the admin settings (Admin > settings > user preference > default text size(near the bottom):

Hope this helps!

Cheers

3 Likes

Thank you for your help.

3 Likes

Hi Frank,

There is also a preference setting where you can choose part if font sizing. Under Interface.

This may or nor be a global effect. But presume it at least works in posts. Have ti try out different modes.

1 Like

Good, I will try it. Thanks.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.