]> git.donarmstrong.com Git - don.git/commitdiff
load fonts and use liberation font
authorDon Armstrong <don@donarmstrong.com>
Sun, 16 Feb 2014 19:33:03 +0000 (11:33 -0800)
committerDon Armstrong <don@donarmstrong.com>
Sun, 16 Feb 2014 19:33:03 +0000 (11:33 -0800)
local.css

index ac1ea19cc5d5fd160772b4508511a9126dbb31de..1181ae3aaaa28fad5d8c169a3d6b3a7352f829ac 100644 (file)
--- a/local.css
+++ b/local.css
@@ -5,6 +5,8 @@
  * local.css and use it to override or change settings in this one.
  */
 
+@import url("/fonts/liberationserif/stylesheet.css");
+
 /* html5 compat */
 article,
 header,
@@ -457,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;
-       font-family: sans-serif;
+       font-family: "liberation_serifregular",sans-serif;
        font-weight: bold;
        font-size: small;
        text-decoration: none;