mirror of
https://github.com/flarum/core.git
synced 2025-08-04 23:47:32 +02:00
Broader system font stack (#1600)
This commit is contained in:
committed by
Franz Liedke
parent
58980e323b
commit
805f0b9a47
@@ -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;
|
||||||
|
Reference in New Issue
Block a user