From 59099696faa22fd10fb44bbe1169db4de6519566 Mon Sep 17 00:00:00 2001 From: Jakob Date: Wed, 12 Feb 2020 11:01:22 +0100 Subject: [PATCH] switched to m o n o s p a c e font --- content/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/style.css b/content/style.css index 2862cdf..2e186a2 100644 --- a/content/style.css +++ b/content/style.css @@ -32,6 +32,9 @@ input { font-family: monospace; } + button { + font-family: monospace; + } h1, h2, h3, h4, h5, h6 { font-family: monospace; }