From 35adfdb3268191daa584ce12474fea64e628b2a5 Mon Sep 17 00:00:00 2001 From: Pagwin Date: Sat, 28 Dec 2024 01:46:00 -0500 Subject: [PATCH] fixed up font fallback --- static/css/layout.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/css/layout.css b/static/css/layout.css index f9c2525..d1c3942 100644 --- a/static/css/layout.css +++ b/static/css/layout.css @@ -9,7 +9,7 @@ body { padding: 0px; margin: 0px; - font-family: "Atkinson Hyperlegible", Georgia, serif; + font-family: "Atkinson Hyperlegible", sans-serif; -webkit-font-smoothing: antialiased; /*make the width and scrolling behavior correct @@ -62,7 +62,7 @@ footer { padding: 0em 0.25em; border-radius: 0.5rem; font-variant: small-caps; - font-family: "Courier Prime", Georgia, serif; + font-family: "Courier Prime", serif; } dt {