diff --git a/app/index.html b/app/index.html
index ec9246c6..44910dee 100644
--- a/app/index.html
+++ b/app/index.html
@@ -12,9 +12,15 @@
* {
margin: 0;
padding: 0;
- text-rendering: geometricPrecision;
+ text-rendering: optimizeLegibility;
box-sizing: border-box;
}
+
+ @media (min-resolution: 2dppx) {
+ * {
+ text-rendering: geometricPrecision;
+ }
+ }