From 34e2ed6d767a011331f33b89a8718738185eaab4 Mon Sep 17 00:00:00 2001 From: Kris Date: Wed, 16 Feb 2022 10:01:58 -0500 Subject: [PATCH] Revert "A11Y: Use dynamic type scaling on iOS devices (#15967)" This reverts commit 9be2717e3ba0ba2ac15b10c035c79224c962c58d. --- app/assets/stylesheets/common/foundation/base.scss | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/app/assets/stylesheets/common/foundation/base.scss b/app/assets/stylesheets/common/foundation/base.scss index 53cf91eb543..972e2f7ac7c 100644 --- a/app/assets/stylesheets/common/foundation/base.scss +++ b/app/assets/stylesheets/common/foundation/base.scss @@ -4,13 +4,8 @@ html { color: var(--primary); - font-size: $base-font-size; - // This is intentionally set after the font-size, but before font-family - @supports (font: -apple-system-body) and (-webkit-touch-callout: none) { - // only applied to iOS devices - font: -apple-system-body; - } font-family: $base-font-family; + font-size: $base-font-size; line-height: $line-height-large; background-color: var(--secondary); overflow-y: scroll;