From 4ad55a3f9b2a779209749470a230f880ea18a100 Mon Sep 17 00:00:00 2001 From: G2-Games Date: Sat, 28 Dec 2024 11:17:29 -0600 Subject: [PATCH] Set font to system ui --- src/App.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.css b/src/App.css index f831b1b..52228b9 100644 --- a/src/App.css +++ b/src/App.css @@ -1,6 +1,7 @@ * { padding: 0; margin: 0; + font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; } /* Customize these for themes? */