about summary refs log tree commit diff
path: root/web
diff options
context:
space:
mode:
authorEric Bailey <git@esb.lol>2024-01-30 17:09:43 -0600
committerGitHub <noreply@github.com>2024-01-30 15:09:43 -0800
commit68639db76f94e12134148cfb56e36c5f31efad28 (patch)
treebf7904378e6deea21b5b0b1cf7d5678959e6b940 /web
parent2ce9ab7da0bf59b0380c9ed995c1d554185131ea (diff)
downloadvoidsky-68639db76f94e12134148cfb56e36c5f31efad28.tar.zst
Fix chrome font weight rendering (#2694)
Diffstat (limited to 'web')
-rw-r--r--web/index.html1
1 files changed, 1 insertions, 0 deletions
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 */