mirror of
https://github.com/flarum/core.git
synced 2025-07-31 21:50:50 +02:00
Use default system font instead of Open Sans
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
body {
|
||||
background: @body-bg;
|
||||
color: @text-color;
|
||||
font-family: "Open Sans", Helvetica, Arial, sans-serif;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
|
||||
font-size: 13px;
|
||||
line-height: 1.5;
|
||||
overflow-y: scroll;
|
||||
|
Reference in New Issue
Block a user