From 854cf280c21603975e011123cc09ea3284b5c3dc Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Sun, 19 May 2013 22:17:51 -0400 Subject: [PATCH] A sans-serif font family for body font This was a bit of a difficult decision. One one hand, I perferred for the user to select his/her own font via their browser settings. That said, the user still has the option to override the font and use his/her own defaults. This font choice is nearly identical to the current site font choice. --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 951cdaf..40ae21d 100644 --- a/style.css +++ b/style.css @@ -1,6 +1,7 @@ body { margin: 1em 5em; text-align: justify; + font-family: 'Liberation Sans', sans-serif; } /* hanging */