From 5b5628264debb1db33ebc78bc994d73d73c77cb0 Mon Sep 17 00:00:00 2001 From: Jakob Date: Wed, 12 Feb 2020 10:57:22 +0100 Subject: [PATCH] added fonts --- content/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/style.css b/content/style.css index ad6e4e2..ea696fc 100644 --- a/content/style.css +++ b/content/style.css @@ -29,6 +29,9 @@ p { font-family: monospace; } + input { + font-family: monospace; + } h1, h2, h3, h4, h5, h6 { font-family: sans-serif; }