From 76ce7119d8297c099be8194c32b062c1a9349227 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <the@jeffreyfreeman.me> Date: Sat, 24 Jul 2021 06:56:02 -0400 Subject: [PATCH] Changed all text other than the logo to alegreya. --- static/assets/css/custom.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/static/assets/css/custom.css b/static/assets/css/custom.css index 635bfae..a9df89c 100755 --- a/static/assets/css/custom.css +++ b/static/assets/css/custom.css @@ -15,7 +15,7 @@ body { font-stretch: normal; font-size: 15px; line-height: 1.4; - font-family: "IM Fell English", Georgia, "Times New Roman", Times, serif; + font-family: Alegreya, Georgia, "Times New Roman", Times, serif; color: #333; background-color: #ffffff; } @@ -33,13 +33,13 @@ blockquote p { } div:not(.summary)>.story>p:first-of-type:first-line { - font-family: "IM Fell English SC", "Times New Roman", Times, serif; + font-family: Alegreya, "Times New Roman", Times, serif; font-size: 1.5em; line-height: 1 } div:not(.summary)>.story>p:first-of-type:first-letter { - font-family: "IM Fell English", Georgia, "Times New Roman", Times, serif; + font-family: Alegreya, Georgia, "Times New Roman", Times, serif; font-size: 4em; font-style: normal; float: left; @@ -107,7 +107,7 @@ form, input[type="search"], select[multiple="multiple"] { } h1, h2, h3, h4, h5 { - font-family: 'IM Fell English', 'Trebuchet MS', Helvetica, Arial, sans-serif; + font-family: 'Alegreya', 'Trebuchet MS', Helvetica, Arial, sans-serif; font-style: normal; color: #16a085; font-weight: normal; @@ -147,7 +147,7 @@ img, } nav { - font-family: 'IM Fell English'; + font-family: Alegreya; } .caps { @@ -186,7 +186,7 @@ h2 { padding: 0px; margin-bottom: 40px; border-bottom: 1px solid #bbbbbbbb; - font-family: 'IM Fell English'; + font-family: Alegreya; color: #16a085; } -- GitLab