From 4dd5f54ac9acd553d4ffe413ff2dfda4c3aa1740 Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Tue, 19 Apr 2022 19:12:40 -0500 Subject: [PATCH] Disable font boosting so mobile browsers don't f up our site --- style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 6ad587d..e9655a1 100644 --- a/style.css +++ b/style.css @@ -14,7 +14,10 @@ body { text-align: center; font-family: DejaVuSansMono; - font-size: 16px; + /* Disable font boosting */ + -webkit-text-size-adjust: none; + -moz-text-size-adjust: none; + -ms-text-size-adjust: none; } h4 {