mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2025-06-24 14:17:29 -05:00
Set font to Open Sans, Noto Sans, or fallback to sans-serif
This commit is contained in:
@ -64,7 +64,7 @@
|
||||
body {
|
||||
background-color: #111;
|
||||
color: lightgray;
|
||||
font-family: sans-serif;
|
||||
font-family: "Open Sans", "Noto Sans", sans-serif;
|
||||
margin: auto;
|
||||
max-width: 720px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user