diff --git a/fnord.css b/fnord.css index f37347e..48849fe 100644 --- a/fnord.css +++ b/fnord.css @@ -89,3 +89,6 @@ table td:first-child { table thead tr, table tbody tr:nth-child(even) { background-color: #eee; } +code, pre { + font-family: Inconsolata, monospace, sans-serif !important; +}