Always use a monospace font, even on old browsers.

This commit is contained in:
Sam Tobin-Hochstadt 2014-03-03 19:23:14 -05:00
parent 036c3a6e39
commit 85c9717dee

View File

@ -147,7 +147,7 @@ abbr, acronym { text-transform: uppercase; font-size: 90%; color: #222; border-b
abbr { text-transform: none; }
pre, code { color: black; font-family: 'Inconsolata'; }
pre, code { color: black; font-family: 'Inconsolata', monospace; }
/** Print styles. Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/ Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com) */
@media print { * { background: transparent !important; color: black !important; text-shadow: none !important; filter: none !important; -ms-filter: none !important; }