Overview
Typography could be improved on blogs and articles. The font sizes on blogs are small (bigger on individual articles). Reader View in Firefox makes the blog look quite nice (and a writer is suggesting their readers use it over the default style).
Implementation
To start:
html { font-size: 21px; } body { max-width: 1000px; margin-left: auto; margin-right: auto; }