diff --git a/assets/css/style.scss b/assets/css/style.scss
index c7e35a0..1359ecd 100644
--- a/assets/css/style.scss
+++ b/assets/css/style.scss
@@ -11,7 +11,7 @@
src: url("/fonts/NeueWorld-Bold.ttf");
}
-* {
+p {
font-family: "Libre Franklin";
}
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index eb16140..0c5ba36 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -9,4 +9,5 @@
-
\ No newline at end of file
+
+{{ if .Params.katex }}{{ partial "katex.html" . }}{{ end }}
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 6e3d9c8..e61bc8b 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -4,5 +4,7 @@
+
+Mastodon
{{ partialCached "head/css.html" . }}
{{ partialCached "head/js.html" . }}
diff --git a/layouts/partials/katex.html b/layouts/partials/katex.html
new file mode 100644
index 0000000..99a407d
--- /dev/null
+++ b/layouts/partials/katex.html
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+