Skip to content

Commit

Permalink
Set font to Open Sans, Noto Sans, or fallback to sans-serif
Browse files Browse the repository at this point in the history
  • Loading branch information
BBaoVanC committed Oct 5, 2021
1 parent 5c5f983 commit 0a05fa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/css/bobastyle.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 0a05fa3

Please sign in to comment.