Merge pull request #888 from Stremio/fix-safari-font
Some checks failed
Build / build (push) Has been cancelled

Fix Font Weight for Safari
This commit is contained in:
Timothy Z. 2025-04-08 17:02:17 +03:00 committed by GitHub
commit 0eefcb4782
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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;