From b373aae677d3122171c89ce52d4fa4700c5cce2b Mon Sep 17 00:00:00 2001 From: saml33 Date: Mon, 6 Mar 2023 09:43:29 +1100 Subject: [PATCH] try font anti-aliasing --- styles/globals.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/styles/globals.css b/styles/globals.css index e41253aa..c43699c2 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -396,6 +396,8 @@ th { body { @apply font-body text-sm tracking-wider; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; } button {