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;