From 7e08e783e53f01e5ef247de467a9492659703f7a Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Fri, 6 Aug 2021 11:54:53 -0400 Subject: sans-serif default --- style.css | 1 + 1 file changed, 1 insertion(+) (limited to 'style.css') diff --git a/style.css b/style.css index 2fbd562..510ce8d 100644 --- a/style.css +++ b/style.css @@ -5,6 +5,7 @@ body { color: beige ; background: #111 ; margin-bottom: 200px ; + font-style: sans-serif ; } h1 { -- cgit v1.2.3