From 32748bba9727172c82f4ec3f8af653c8da19cf8c Mon Sep 17 00:00:00 2001 From: Brian Ingles Date: Sat, 27 Jun 2026 19:12:00 -0500 Subject: [PATCH] set body font-size: 16 to avoid ios zoom --- pwa/src/index.css | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/pwa/src/index.css b/pwa/src/index.css index 4da9560..e815b65 100644 --- a/pwa/src/index.css +++ b/pwa/src/index.css @@ -19,13 +19,9 @@ body { position: fixed; inset: 0; font-family: - -apple-system, - BlinkMacSystemFont, - 'Segoe UI', - Roboto, - Helvetica, - Arial, + -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; + font-size: 16px; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: 100%; }