From 8564c2ba72b9f9b0c5cba6fc0902756021c40046 Mon Sep 17 00:00:00 2001 From: shatanikmahanty Date: Sat, 26 Oct 2024 22:00:22 +0530 Subject: [PATCH] Fix: Fonts on Safari browser --- frontend/src/index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/index.css b/frontend/src/index.css index 1eca983c6..fe9bec3f9 100644 --- a/frontend/src/index.css +++ b/frontend/src/index.css @@ -4,6 +4,7 @@ :root { --viewport-height: 100vh; + font-synthesis: none !important; } @supports (height: 100dvh) {