mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2024-11-17 13:25:57 -06:00
Set font to Open Sans, Noto Sans, or fallback to sans-serif
This commit is contained in:
parent
5c5f98322b
commit
0a05fa3979
@ -64,7 +64,7 @@
|
|||||||
body {
|
body {
|
||||||
background-color: #111;
|
background-color: #111;
|
||||||
color: lightgray;
|
color: lightgray;
|
||||||
font-family: sans-serif;
|
font-family: "Open Sans", "Noto Sans", sans-serif;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
max-width: 720px;
|
max-width: 720px;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user