From a6c63748e04202778a67dbe7078e5e071f97f196 Mon Sep 17 00:00:00 2001 From: Kuba Orlik Date: Mon, 17 Mar 2025 20:39:53 +0100 Subject: [PATCH] Use the font from vars in the default font --- src/main.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/main.css b/src/main.css index 2ed38c3..118b619 100644 --- a/src/main.css +++ b/src/main.css @@ -1,8 +1,6 @@ html { background: var(--color-brand-canvas); - font-family: "Atkinson Hyperlegible", -apple-system, system-ui, BlinkMacSystemFont, - "Segoe UI", "Segoe UI Emoji", "Segoe UI Symbol", "Lato", "Helvetica Neue", - Helvetica, Arial, sans-serif; + font-family: var(--font-sans-serif); font-size: 14px; }