To the author if you're reading this:<p>I think you have a CSS bug. Code in the <pre class="code"> tags is formatted in a sans-serif font, at least in my browser. I know some people can read such code just fine, but others like myself find it challenging. As a suggestion, please append `monospace` to the font-family list for that CSS declaration, i.e.<p><pre><code> pre.code { font-family: mono, monospace; }
</code></pre>
(assuming `mono` is some font that I don't have installed)