From 68639db76f94e12134148cfb56e36c5f31efad28 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Tue, 30 Jan 2024 17:09:43 -0600 Subject: Fix chrome font weight rendering (#2694) --- web/index.html | 1 + 1 file changed, 1 insertion(+) (limited to 'web') diff --git a/web/index.html b/web/index.html index 7dd0e1a72..56ab71f88 100644 --- a/web/index.html +++ b/web/index.html @@ -103,6 +103,7 @@ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -ms-overflow-style: scrollbar; + font-synthesis-weight: none; } /* Remove default link styling */ -- cgit 1.4.1