Revert "A11Y: Use dynamic type scaling on iOS devices (#15967)"

This reverts commit 9be2717e3b.
This commit is contained in:
Kris
2022-02-16 10:01:58 -05:00
committed by GitHub
parent 9be2717e3b
commit 34e2ed6d76

View File

@@ -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;