From 1aaed1cc0d59ecafa1bb3c7f57f0a323940e6317 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Sat, 9 Mar 2024 17:42:42 -0600 Subject: Fix font styles on web (#3162) --- web/index.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'web/index.html') diff --git a/web/index.html b/web/index.html index b6e01ba4c..de0abfc91 100644 --- a/web/index.html +++ b/web/index.html @@ -47,6 +47,9 @@ height: calc(100% + env(safe-area-inset-top)); scrollbar-gutter: stable both-edges; } + html, body { + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; + } /* Buttons and inputs have a font set by UA, so we'll have to reset that */ button, input, textarea { -- cgit 1.4.1