]> git.donarmstrong.com Git - don.git/blobdiff - local.css
fix liberation serif location in css
[don.git] / local.css
index ac1ea19cc5d5fd160772b4508511a9126dbb31de..6f5c5bd0e3e4518a479be4ca5fc23bc3e823e7b6 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,
@@ -548,7 +550,7 @@ pre {
 body {
        margin: 0;
        padding: 0;
-       font-family: sans-serif;
+       font-family: "liberation_serifregular",sans-serif;
        color: black;
        background: white;
 }