Antialias web app fonts

This commit is contained in:
Mohamed Boudra
2026-05-26 12:56:38 +07:00
parent 1d38aacf5c
commit 7e792e899a

View File

@@ -25,6 +25,8 @@
/* These styles disable body scrolling if you are using <ScrollView> */
body {
overflow: hidden;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
/* Prevent white flash before React mounts */
@media (prefers-color-scheme: dark) {