Hey there schastnyy,
Hope you’re well today 🙂
This is definitely possible with some custom CSS, I’d be more then happy to assist you with that if you could be more specific on what exactly you’re trying to change.
Looking forward for your response.
Cheers,
Bojan
Changing the font size could be done as Bojan suggested by doing custom CSS. If you are using Jetpack, you can do this with their Edit CSS module (Feature). If you are not using Jetpack, then you can use a plugin that is called “Simple Custom CSS” to achieve this.
If you want the font size to be bigger on “all” elements, then you can do this:
html {
font-size: 110%;
}
Or was there something specific you wanted the font larger on?
Thanks, that is exactly what i needed.