In your themes root, style.css
Search for “font-size”
Your default font-size is currently 11px.
Try playing around with:
.art-PostContent p {
color:#A5958D;
font-family:Georgia,"Times New Roman",Times,Serif;
text-align:justify;
font-size:13px;
line-height:18px
}
Have a play with the font-size and line-height.