mirror of
https://github.com/flarum/framework.git
synced 2024-12-03 15:43:59 +08:00
Broader system font stack (#1600)
This commit is contained in:
parent
58980e323b
commit
805f0b9a47
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user