From 43a3eff57f893c76a4fdeda93a0a861cdc2f951f Mon Sep 17 00:00:00 2001 From: Justin Edmund <383021+jedmund@users.noreply.github.com> Date: Tue, 23 Apr 2024 05:16:25 -0700 Subject: [PATCH] Add CSS properties for consistent font rendering --- styles/globals.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/styles/globals.scss b/styles/globals.scss index 91ec6462..5bf26c3f 100644 --- a/styles/globals.scss +++ b/styles/globals.scss @@ -9,6 +9,8 @@ html { body { -webkit-font-smoothing: antialiased; + font-synthesis: none; + text-rendering: optimizeLegibility; box-sizing: border-box; font-family: var(--font-family); font-size: 1.4rem;