diff --git a/packages/app/public/index.html b/packages/app/public/index.html
index 77a734cd1..6e926b512 100644
--- a/packages/app/public/index.html
+++ b/packages/app/public/index.html
@@ -25,6 +25,8 @@
/* These styles disable body scrolling if you are using */
body {
overflow: hidden;
+ -webkit-font-smoothing: antialiased;
+ -moz-osx-font-smoothing: grayscale;
}
/* Prevent white flash before React mounts */
@media (prefers-color-scheme: dark) {