From 766eb69313011ba6c0326b300b2f41b3db1b4c77 Mon Sep 17 00:00:00 2001 From: Steve Dunham Date: Sat, 28 Mar 2026 17:38:34 -0700 Subject: [PATCH] fix font size issue on MobileSafari --- playground/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/playground/style.css b/playground/style.css index bf72eab..eab0687 100644 --- a/playground/style.css +++ b/playground/style.css @@ -7,6 +7,7 @@ body { overflow: hidden; font-size: 12px; + -webkit-text-size-adjust: none; } svg.icon path { stroke: black;