Skip to content

Commit

Permalink
Remove system-ui from font stack due to i18n issues
Browse files Browse the repository at this point in the history
  • Loading branch information
lehni committed Mar 8, 2019
1 parent 36083eb commit a9db13b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/admin/src/styles/_base.sass
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
&
+reset
font-family: $font-family-ui
font-family: $font-family-sans
font-size: $font-size
line-height: $line-height
color: $color-text
Expand Down
2 changes: 1 addition & 1 deletion packages/admin/src/styles/_settings.sass
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Typography
$font-family-ui: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif
$font-family-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif
$font-family-mono: 'Menlo', 'Consolas', 'Monaco', 'Vera Mono', 'Andale Mono', 'Ubuntu Mono', monospace
$font-size: 13px
$line-height: 1.5
Expand Down

0 comments on commit a9db13b

Please sign in to comment.