From 2ef3f52c1cba8fa31c32a17d7a12f1b3ea64d58b Mon Sep 17 00:00:00 2001 From: Alexandru Branza Date: Tue, 8 Apr 2025 16:55:36 +0300 Subject: [PATCH] Fix Font Weight for Safari --- src/App/styles.less | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App/styles.less b/src/App/styles.less index 5365e8dc3..373b46900 100644 --- a/src/App/styles.less +++ b/src/App/styles.less @@ -167,6 +167,7 @@ html { width: 100%; height: 100%; background: linear-gradient(41deg, var(--primary-background-color) 0%, var(--secondary-background-color) 100%); + -webkit-font-smoothing: antialiased; :global(#app) { position: relative;