diff --git a/userContent.css b/userContent.css
index 4f85b23ddf2fc6c74d7274eec69a1d49ae0ffc4b..6c1f61eb66bf4d2b98472b0835040bf0b2144c3d 100644
--- a/userContent.css
+++ b/userContent.css
@@ -6,9 +6,11 @@
 }
 
 @-moz-document domain(epistemicast.org) {
-  .h4 {
-    font-family: serif !important; /* otherwise the text is hard to read */
+  /* uses font-family: "Josefin Sans"; which appears light grey on white which makes the text hard to read */
+  .h4, h5, .h6, .typology-nav, .typology-pagination a, .typology-button, .typology-button-social {
+    font-family: serif !important;
   }
+  .typology-footer { color: rgb(0, 0, 0) !important; }
 }
 
 @-moz-document domain(distrowatch.com) {