From dfbff12fc955ee024433c84c74e6d952a04fde8d Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Sun, 16 Feb 2014 11:33:03 -0800 Subject: [PATCH] load fonts and use liberation font --- local.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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; -- 2.39.2