im sorry this is a dumb question that's probably been asked before and is also most likely going to be really obvious in retrospect but is there a way to make the font of your theme bigger
if you find
#wrapper #content .post .copy {...font-size: 10px;...}
and change the font-size, it'll change the size of some of the text in the posts, but not all of it, and the sidebar will also stay the same
to change the font size of the sidebar, find
#wrapper #sidebar {...}for theme 1 OR
#wrapper #sidebar #sidedesc {...}
for theme 2
and, again, just find the font-size and change it to whatever you want









