From 709fdce07f736248670f595c445c784b4233aded Mon Sep 17 00:00:00 2001 From: Jakob Date: Wed, 12 Feb 2020 10:33:18 +0100 Subject: [PATCH] added fonts --- content/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/style.css b/content/style.css index 0a95715..fe7d747 100644 --- a/content/style.css +++ b/content/style.css @@ -20,9 +20,11 @@ grid-row: 3; } body { - font-family: sans; font-size: 1em; } + p { + font-family: sans; + } h1, h2, h3, h4, h5, h6 { font-family: times; }