summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-11-25 01:59:12 +0100
committerGravatar Tom Willemse2013-11-25 01:59:12 +0100
commit6973f0cd200f2ec6cd28fd1a324699087b8b584d (patch)
treeec5e0623bea8b4423fa972814b3620cc25c5d405
parent879aef7f899a164f40604bfcecd7820e959b11df (diff)
downloadorgweb-6973f0cd200f2ec6cd28fd1a324699087b8b584d.tar.gz
orgweb-6973f0cd200f2ec6cd28fd1a324699087b8b584d.zip
Use a few more fonts
-rw-r--r--org.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.css b/org.css
index a8c200f..fe2db16 100644
--- a/org.css
+++ b/org.css
@@ -8,7 +8,7 @@ a:hover {
body {
border: 0;
- font-family: "PT Sans", sans-serif;
+ font-family: "PT Sans", "Liberation Sans", "DejaVu Sans", "Tahoma", "Verdana", "Arial", sans-serif;
margin: 0;
padding: 0;
line-height: 160%;
@@ -41,7 +41,7 @@ h6 {
pre {
line-height: 100%;
- font-family: "PT Mono", monospace;
+ font-family: "PT Mono", "Liberation Mono", "DejaVu Sans Mono", "Courier new", monospace;
margin: 1.2em -8pt;
}