From 67585cab1047baffb2fbd051bcca22068ef74571 Mon Sep 17 00:00:00 2001 From: Manos Date: Sat, 20 Feb 2021 04:44:39 +0100 Subject: [PATCH] Font OCD --- css/styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/styles.css b/css/styles.css index d204200..5385a0c 100644 --- a/css/styles.css +++ b/css/styles.css @@ -301,6 +301,7 @@ h1, h2, h3, h4, h5, p { outline: 0; text-decoration: none; color: black; + font-family: sans-serif; padding: 1em 1.25em; background-color: white; min-width: 12em;