Fix Font Weight for Safari

This commit is contained in:
Alexandru Branza 2025-04-08 16:55:36 +03:00
parent 3530e3c7d0
commit 2ef3f52c1c

View file

@ -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;