Add the following CSS rules to your site via the Custom CSS tool and edit the font-size value:
body,
input,
select,
textarea {
font-size:13pt;
}
@media screen and (max-width:1680px) {
body,
input,
select,
textarea {
font-size:11pt
}
}
@media screen and (max-width:1280px) {
body,
input,
select,
textarea {
font-size:10pt
}
}
@media screen and (max-width:360px) {
body,
input,
select,
textarea {
font-size:9pt
}
}
Ps: I haven’t modified it because I want to leave the original project as it is.