We need a "large fonts" and "small fonts" theme to ship with Discourse

Now that @awesomerobot finished the giant font size refactor this is super trivial.

html {
    font-size: 16px !important;
}

And fonts are large, you could probably even push it up to 17px.

14 Likes