From 28e4c215fe0590788ea36c50b7aa044d36bc90d8 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 19 Jun 2024 21:16:15 +0200 Subject: style: just use system fonts --- frontend/static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/static/style.css b/frontend/static/style.css index 5509491..a202b89 100644 --- a/frontend/static/style.css +++ b/frontend/static/style.css @@ -1,4 +1,5 @@ :root { + --sans-font: -apple-system, BlinkMacSystemFont, sans-serif; --standard-border-radius: 0; --preformatted: var(--code); --min-width: 60rem; -- cgit 1.4.1