Set font to Open Sans, Noto Sans, or fallback to sans-serif

This commit is contained in:
BBaoVanC 2021-10-04 21:06:08 -05:00
parent 5c5f98322b
commit 0a05fa3979
Signed by: bbaovanc
GPG Key ID: 18089E4E3CCF1D3A
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}