From 7472397ab10072304d95c1cc2c7b44352e4175bb Mon Sep 17 00:00:00 2001 From: askiiart Date: Wed, 20 Mar 2024 17:33:12 -0500 Subject: [PATCH] the CSS is now slightly less broken (
  • now has the right font) --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index e53ae54..b46582c 100755 --- a/style.css +++ b/style.css @@ -33,6 +33,10 @@ body { padding: 0 .62em; } +li { + font-family: 'Atkinson Hyperlegible'; +} + p, footer { font: 18px/1.35 'Atkinson Hyperlegible', sans-serif;