From 0b5218706a9624493038baaa26909c890a8cd16f Mon Sep 17 00:00:00 2001 From: GithubAnon0000 <160563432+GithubAnon0000@users.noreply.github.com> Date: Fri, 4 Jul 2025 07:41:58 +0000 Subject: [PATCH] Use system font for webviews instead of bootstrap font stack (#4147) --- ts/lib/sass/base.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/ts/lib/sass/base.scss b/ts/lib/sass/base.scss index d28659ed8..571890102 100644 --- a/ts/lib/sass/base.scss +++ b/ts/lib/sass/base.scss @@ -44,6 +44,7 @@ html { } body { + font-family: inherit; overflow-x: hidden; &:not(.isMac), &:not(.isMac) * {