From d3c901f21093cac2cbf3cb530673493da8cd26ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20=C5=BBuraw?= <9116238+krzysztofzuraw@users.noreply.github.com> Date: Tue, 14 Mar 2023 15:22:28 +0100 Subject: [PATCH] Remove webkit-font-smoothing (#3361) --- src/index.css | 1 - 1 file changed, 1 deletion(-) diff --git a/src/index.css b/src/index.css index d890f6979..cd942f6e7 100644 --- a/src/index.css +++ b/src/index.css @@ -11,7 +11,6 @@ html { body { color: var(--mu-colors-foreground-text-neutral-plain) !important; overscroll-behavior-y: none; - -webkit-font-smoothing: subpixel-antialiased; } .hide-scrollbar::-webkit-scrollbar {