From 57278e7ad4f0c786748d068f1469daa779605ec0 Mon Sep 17 00:00:00 2001 From: zepp Date: Sat, 14 Dec 2024 08:53:10 -0500 Subject: [PATCH] set system-ui as font family for main, nav, and footer --- style/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/style/style.css b/style/style.css index 70f7f9e..485b8fd 100644 --- a/style/style.css +++ b/style/style.css @@ -32,6 +32,7 @@ h1, h2, h3, h4, h5, h6, p, ul { main, nav { padding-top: 1rem; padding-bottom: 0.5rem; + font-family: system-ui; } @@ -72,6 +73,7 @@ footer { padding-top: 0.5rem; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; + font-family: system-ui; } header, footer {