I didn’t make my previous themes easy enough for font management as it can get a little complicated. But I recommend using a font plugin to do that, or if you are using a plugin to edit CSS, or if you are using a child theme, you would modify the body base font size, something like this:
body {font-size: 110%;}
…or whatever size you want.