From 1c7bf2b8806955ec239e2e834a53e49e5794d0b6 Mon Sep 17 00:00:00 2001 From: Jakob Date: Wed, 12 Feb 2020 10:31:18 +0100 Subject: [PATCH] added fonts --- content/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/content/style.css b/content/style.css index e2c5064..0a95715 100644 --- a/content/style.css +++ b/content/style.css @@ -20,8 +20,13 @@ grid-row: 3; } body { + font-family: sans; font-size: 1em; } + h1, h2, h3, h4, h5, h6 { + font-family: times; + } + /*}*/ /* optimized for mobile users */