diff options
author | def <dennis@felsin9.de> | 2014-06-21 13:36:26 +0200 |
---|---|---|
committer | def <dennis@felsin9.de> | 2014-06-21 13:36:26 +0200 |
commit | 15456b5aadf0b3ad548c4d547b3322aa7212015a (patch) | |
tree | e1e3a055cb91eb2d1253053245e6babc31c1f2e3 /web | |
parent | be534279da5021aa5e6621430a52ee1573f1a01f (diff) | |
download | Nim-15456b5aadf0b3ad548c4d547b3322aa7212015a.tar.gz |
Use monospace as fallback font on website
Diffstat (limited to 'web')
-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; } |