X-Git-Url: https://git.donarmstrong.com/?p=don.git;a=blobdiff_plain;f=local.css;h=3f4a25802ca05c4ec11cdbce94af551ef5523d97;hp=ac1ea19cc5d5fd160772b4508511a9126dbb31de;hb=c0375c2d8c437eeccd7e693fae1b93a6ba691d77;hpb=9c17d7071ea6e5fa54455a21e97be187ec55ac5b diff --git a/local.css b/local.css index ac1ea19..3f4a258 100644 --- 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 {