diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index ad7656f..5c1f6fe 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -14,7 +14,7 @@
{{ "" | safeHTML }}
-
+
diff --git a/static/css/custom.css b/static/css/custom.css
index 4f6bd95..815d209 100644
--- a/static/css/custom.css
+++ b/static/css/custom.css
@@ -1,10 +1,10 @@
html,
body
{
- font-family: 'Fira Sans', sans-serif;
+ font-family: 'Noto Serif', serif;
font-size: 18px;
font-weight: 300;
- line-height: 1.5;
+ line-height: 1.66em;
}
.img-circle
@@ -61,8 +61,8 @@ pre code, li code, td code, code
}
code {
- font-family: 'Roboto Mono', monospace;
- font-size: 90%;
+ font-family: 'Source Code Pro', monospace;
+ font-size: 82%;
}
.copyright,
.poweredby