Hacker News new | ask | show | jobs
by angus_gh 1991 days ago
You could also override the font-family of the main <code> to make it more readable; since it isn't code there's no need to use a monospace font.

    body code {
        font-family: sans-serif;
    }