mirror of
https://github.com/flarum/framework.git
synced 2025-02-22 06:34:26 +08:00
Broader system font stack (#1600)
This commit is contained in:
parent
8fd3e8908c
commit
c23af9550e
@ -9,7 +9,7 @@
|
|||||||
body {
|
body {
|
||||||
background: @body-bg;
|
background: @body-bg;
|
||||||
color: @text-color;
|
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;
|
font-size: 13px;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user