Skip to content

Commit

Permalink
Avoid new default boldish font on ios
Browse files Browse the repository at this point in the history
  • Loading branch information
ffont committed Apr 9, 2024
1 parent 1390ead commit 2214bf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions freesound/static/bw-frontend/styles/layout/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ 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;
color: $black;
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%;
Expand Down

0 comments on commit 2214bf7

Please sign in to comment.