From d539db4a3760dadfe7c66b852bdf86204ab701b5 Mon Sep 17 00:00:00 2001 From: Jakob Date: Wed, 12 Feb 2020 10:54:24 +0100 Subject: [PATCH] added fonts --- content/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/style.css b/content/style.css index bef8c1f..ad6e4e2 100644 --- a/content/style.css +++ b/content/style.css @@ -27,10 +27,10 @@ font-size: 1em; } p { - font-family: sans-serif; + font-family: monospace; } h1, h2, h3, h4, h5, h6 { - font-family: monospace; + font-family: sans-serif; } /*}*/