Changed font choice for site description and menus

This commit is contained in:
kjodle 2016-02-17 18:16:52 -05:00
parent d930e10049
commit 2ee6939455

View File

@ -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;
}