From 4df96362f4c76341ffbc48e12e1823dc106e6b6c Mon Sep 17 00:00:00 2001 From: Yuri Karamian Date: Fri, 12 Jun 2026 09:36:56 +0200 Subject: [PATCH] Android: disable WebView text-size-adjust font-boosting so the editor font-size setting applies (#100) --- src/app.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app.css b/src/app.css index 5f97dbc..8c2c635 100644 --- a/src/app.css +++ b/src/app.css @@ -509,6 +509,10 @@ html, body { height: 100%; overflow: hidden; + /* Stop the Android WebView from auto-scaling ("boosting") text, which ignores our + CSS font-size and makes the font-size setting do nothing on Android. (issue #100) */ + -webkit-text-size-adjust: 100%; + text-size-adjust: 100%; font-family: var( --editor-font-family, "Inter",