Open the stylesheet in the theme folder (default one is style.css) and search for font-size. There will be several font sizes so you first need to find the right one. For example, to increase the size of the content look for this code: #content { font-size: 1.2em; } Code (markup): Change the font-size to 1.5em to make it larger or 1em to make it smaller.