summary refs log tree commit diff stats
diff options
context:
space:
mode:
authordef <dennis@felsin9.de>2014-06-21 13:36:26 +0200
committerdef <dennis@felsin9.de>2014-06-21 13:36:26 +0200
commit15456b5aadf0b3ad548c4d547b3322aa7212015a (patch)
treee1e3a055cb91eb2d1253053245e6babc31c1f2e3
parentbe534279da5021aa5e6621430a52ee1573f1a01f (diff)
downloadNim-15456b5aadf0b3ad548c4d547b3322aa7212015a.tar.gz
Use monospace as fallback font on website
-rw-r--r--web/assets/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/assets/style.css b/web/assets/style.css
index 5cee279fc..91bb4bd8a 100644
--- a/web/assets/style.css
+++ b/web/assets/style.css
@@ -93,7 +93,7 @@ html, body {
         border-left:10px solid #8f9698;
         background:#f3f6f8;
         font-size:15px;
-        font-family:courier;
+        font-family:courier, monospace;
         letter-spacing:0;
         line-height:17px;
       }