]> git.donarmstrong.com Git - don.git/blobdiff - local.css
use liberation for the title as well
[don.git] / local.css
index ac1ea19cc5d5fd160772b4508511a9126dbb31de..3f4a25802ca05c4ec11cdbce94af551ef5523d97 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;
 }
@@ -578,7 +580,7 @@ body {
 .title {
        display: block;
        margin-top: .2em;
-       font: 140% sans-serif;
+       font-size: 180%
 }
 
 #searchform {