From f4962bac1f7d89d33b99faa5f3233d83d1c0cb8a Mon Sep 17 00:00:00 2001 From: Jan-Erik Rediger Date: Wed, 15 Jul 2015 00:27:12 +0200 Subject: [PATCH] Use Inconsolata as code font --- fnord.css | 3 +++ 1 file changed, 3 insertions(+) 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; +}