]> git.donarmstrong.com Git - don.git/commitdiff
fix liberation serif location in css
authorDon Armstrong <don@donarmstrong.com>
Sun, 16 Feb 2014 19:38:45 +0000 (11:38 -0800)
committerDon Armstrong <don@donarmstrong.com>
Sun, 16 Feb 2014 19:38:45 +0000 (11:38 -0800)
local.css

index 1181ae3aaaa28fad5d8c169a3d6b3a7352f829ac..6f5c5bd0e3e4518a479be4ca5fc23bc3e823e7b6 100644 (file)
--- a/local.css
+++ b/local.css
@@ -459,7 +459,7 @@ li.L8 { list-style: upper-alpha; }
        border-right: 1px solid #993300;
        border-bottom: 1px solid #331100;
        padding: 0px 0.5em 0px 0.5em;
        border-right: 1px solid #993300;
        border-bottom: 1px solid #331100;
        padding: 0px 0.5em 0px 0.5em;
-       font-family: "liberation_serifregular",sans-serif;
+       font-family: sans-serif;
        font-weight: bold;
        font-size: small;
        text-decoration: none;
        font-weight: bold;
        font-size: small;
        text-decoration: none;
@@ -550,7 +550,7 @@ pre {
 body {
        margin: 0;
        padding: 0;
 body {
        margin: 0;
        padding: 0;
-       font-family: sans-serif;
+       font-family: "liberation_serifregular",sans-serif;
        color: black;
        background: white;
 }
        color: black;
        background: white;
 }