diff options
author | Simon Hafner <hafnersimon@gmail.com> | 2014-06-25 13:48:20 -0500 |
---|---|---|
committer | Simon Hafner <hafnersimon@gmail.com> | 2014-06-25 13:48:20 -0500 |
commit | 7a5be93ac4627e66298d66d2741cb4ea02ad6e2a (patch) | |
tree | d999980a99bef9c3d4379033d68389e56a1c3c87 | |
parent | 0449791185042ddb8ad2819d773b3aefbe4a91a6 (diff) | |
parent | 15456b5aadf0b3ad548c4d547b3322aa7212015a (diff) | |
download | Nim-7a5be93ac4627e66298d66d2741cb4ea02ad6e2a.tar.gz |
Merge pull request #1293 from def-/website-monospace
Use monospace as fallback font on website
-rw-r--r-- | web/assets/style.css | 2 |
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; } |