From 2214bf7c3b1409d8d3d531bf4a05bf0d6d3cadb9 Mon Sep 17 00:00:00 2001 From: ffont Date: Tue, 9 Apr 2024 15:33:24 +0200 Subject: [PATCH] Avoid new default boldish font on ios --- freesound/static/bw-frontend/styles/layout/global.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/freesound/static/bw-frontend/styles/layout/global.scss b/freesound/static/bw-frontend/styles/layout/global.scss index 51caf51b6..935c3f6b4 100644 --- a/freesound/static/bw-frontend/styles/layout/global.scss +++ b/freesound/static/bw-frontend/styles/layout/global.scss @@ -13,7 +13,7 @@ html { } body { - font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, + font-family: BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; font-size: $base-size-mobile; line-height: $base-line-height-mobile; @@ -21,7 +21,7 @@ body { background-color: $white; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; - font-weight: 400; /* designer sugegsted overall font weight 500, but we're making it 400 as otherwise it felt too heavy */ + font-weight: 400; /* designer suggested overall font weight 500, but we're making it 400 as otherwise it felt too heavy */ /* disallow avoid horizontal scrolling */ max-width: 100%;