Broader system font stack (#1600)

This commit is contained in:
Tristian Kelly 2018-10-17 16:55:41 -05:00 committed by Franz Liedke
parent 58980e323b
commit 805f0b9a47

View File

@ -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;