From: Don Armstrong Date: Sun, 16 Feb 2014 19:33:03 +0000 (-0800) Subject: load fonts and use liberation font X-Git-Url: https://git.donarmstrong.com/?p=don.git;a=commitdiff_plain;h=dfbff12fc955ee024433c84c74e6d952a04fde8d;ds=sidebyside load fonts and use liberation font --- diff --git a/local.css b/local.css index ac1ea19..1181ae3 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, @@ -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;