Three more:<p><pre><code> body { font-size: medium; }
main, article, content { font-size: 1rem;}
p, li, dd, dt, blockquote { font-size: 1em; }
</code></pre>
Give the user their default font size, <i>not</i> some px-defined kludge.<p>Em vs rem: <a href="https://news.ycombinator.com/item?id=19608806" rel="nofollow">https://news.ycombinator.com/item?id=19608806</a>