From 7eb7bd84ffa19a1987cdb005346321ea18d154d7 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Sun, 16 Feb 2014 11:38:45 -0800 Subject: [PATCH 1/1] fix liberation serif location in css --- local.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/local.css b/local.css index 1181ae3..6f5c5bd 100644 --- a/local.css +++ b/local.css @@ -459,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: "liberation_serifregular",sans-serif; + font-family: sans-serif; font-weight: bold; font-size: small; text-decoration: none; @@ -550,7 +550,7 @@ pre { body { margin: 0; padding: 0; - font-family: sans-serif; + font-family: "liberation_serifregular",sans-serif; color: black; background: white; } -- 2.39.2