diff --git a/public/readtheorginria/css/readtheorginria.css b/public/readtheorginria/css/readtheorginria.css
index 7f7b19c906ac8f8da98280de6f01f8edb07bde97..864970e3d06f048b60b11ed2287b7c41fc6d4261 100644
--- a/public/readtheorginria/css/readtheorginria.css
+++ b/public/readtheorginria/css/readtheorginria.css
@@ -5,33 +5,33 @@
 }
 
 h1, h2, h3, h4, h5, h6, legend {
-  font-family: serif;
+  font-family: sans-serif;
   font-weight: 700;
   margin-top: 0;
 }
 
 h1 {
-  font-size: 24pt;
+  font-size: 20pt;
 }
 
 .subtitle {
-  font-size: 18pt; /* of h1 */
+  font-size: 16pt; /* of h1 */
 }
 
 h2 {
-  font-size: 20pt;
+  font-size: 18pt;
 }
 
 h3 {
-  font-size: 18pt;
+  font-size: 16pt;
 }
 
 h4 {
-  font-size: 16pt;
+  font-size: 14pt;
 }
 
 h5 {
-  font-size: 14pt;
+  font-size: 12pt;
 }
 
 h4, h5, h6 {
@@ -50,7 +50,7 @@ html {
 body {
   background: #EDF0F2;
   color: #384257;
-  font-family: serif;
+  font-family: sans-serif;
   font-weight: normal;
   margin: 0;
   min-height: 100%;