summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorSimon Hafner <hafnersimon@gmail.com>2014-06-25 13:48:20 -0500
committerSimon Hafner <hafnersimon@gmail.com>2014-06-25 13:48:20 -0500
commit7a5be93ac4627e66298d66d2741cb4ea02ad6e2a (patch)
treed999980a99bef9c3d4379033d68389e56a1c3c87
parent0449791185042ddb8ad2819d773b3aefbe4a91a6 (diff)
parent15456b5aadf0b3ad548c4d547b3322aa7212015a (diff)
downloadNim-7a5be93ac4627e66298d66d2741cb4ea02ad6e2a.tar.gz
Merge pull request #1293 from def-/website-monospace
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;
       }