diff --git a/static/assets/css/custom.css b/static/assets/css/custom.css
index 635bfaea38ba42b97df3cc311eeaa4a38372a8f5..a9df89c4fb1529f0488bb6e79fa86646408bff42 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;
 }