Merge pull request #1382 from shatanikmahanty/fix-safari-font

Fix: Fonts on Safari browser
This commit is contained in:
Alex
2024-10-31 17:34:14 +00:00
committed by GitHub

View File

@@ -4,6 +4,7 @@
:root {
--viewport-height: 100vh;
font-synthesis: none !important;
}
@supports (height: 100dvh) {