diff --git a/layouts/partials/custom_head.html b/layouts/partials/custom_head.html
index 50a9f3f..e7c589d 100644
--- a/layouts/partials/custom_head.html
+++ b/layouts/partials/custom_head.html
@@ -74,29 +74,41 @@ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/s
}
h1 {
+ font-family: "gidole", sans-serif;
line-height: 1.2em;
letter-spacing: 2px;
margin-bottom: 30px;
}
h2 {
+ font-family: "gidole", sans-serif;
font-size: 1.8em;
line-height: 1.5em;
letter-spacing: -1px;
margin-top: 1em;
+ margin-bottom: 0px;
}
h3 {
+ font-family: "gidole", sans-serif;
font-size: 1.5em;
line-height: 1.7em;
margin-top: 1em;
}
h4 {
+ font-family: "gidole", sans-serif;
font-size: 1.1em;
margin-top: 1;
+
+}
+h5 {
+ font-family: "gidole", sans-serif;
+ font-size: 1.1em;
+ font-weight: 100;
+ margin-top: 1;
+ margin-bottom: 3em;
}
-
.page-template .post-content {
background-color: rgba(255, 255, 255, 0.7);
padding: 1.2em;