Skip to content

Commit

Permalink
Broader system font stack (#1600)
Browse files Browse the repository at this point in the history
  • Loading branch information
OrdinaryJellyfish authored and franzliedke committed Oct 17, 2018
1 parent 8fd3e89 commit c23af95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion less/common/scaffolding.less
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
body {
background: @body-bg;
color: @text-color;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Cantarell, Oxygen, Roboto, Helvetica, Arial, sans-serif;
font-size: 13px;
line-height: 1.5;
overflow-y: scroll;
Expand Down

0 comments on commit c23af95

Please sign in to comment.