diff --git a/sass/elements/text.scss b/sass/elements/text.scss
index 90d1eab..f3c4ef6 100644
--- a/sass/elements/text.scss
+++ b/sass/elements/text.scss
@@ -1,3 +1,9 @@
+p,
+li,
+span {
+ font-family: "Open Sans", serif;
+}
+
p {
margin-top: 0;
margin-bottom: 16px;
diff --git a/templates/base.html b/templates/base.html
index 2169838..785a4fb 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -42,6 +42,11 @@
{% if page.path %}{% endif %}
+ {# Fonts #}
+
+
+
+
{# Allow pages to import custom CSS if they need #}
{% for url in extra.css_import | default(value=[]) %}