From 2ee69394556f5956e2faade6ece17ecc2cd9df91 Mon Sep 17 00:00:00 2001 From: kjodle Date: Wed, 17 Feb 2016 18:16:52 -0500 Subject: [PATCH] Changed font choice for site description and menus --- style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/style.css b/style.css index 1375166..b2c76dc 100644 --- a/style.css +++ b/style.css @@ -142,6 +142,7 @@ body > footer { float: right; padding: 1.8em 1em 1.8em 1em; font-style: italic; + font-family: "IM Fell English", serif; color: #555; } @@ -163,6 +164,7 @@ p.sub { /* Style main menu descriptions */ margin: 0.3em 0 0 0; font-weight: normal; font-style: italic; + font-family: "IM Fell English", serif; }