summary refs log tree commit diff stats
path: root/web
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 /web
parentbe534279da5021aa5e6621430a52ee1573f1a01f (diff)
downloadNim-15456b5aadf0b3ad548c4d547b3322aa7212015a.tar.gz
Use monospace as fallback font on website
Diffstat (limited to 'web')
-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;
       }
d'>5aa486cf1 ^
016492375 ^

5aa486cf1 ^









016492375 ^
5aa486cf1 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55