Skip to content

Commit

Permalink
Update global-stylesheets.html
Browse files Browse the repository at this point in the history
added font-family and font-size to body
  • Loading branch information
maxglycine committed Sep 12, 2023
1 parent e83eede commit 1dfa455
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _includes/global-stylesheets.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
body {
color: black;
background-color: white;
font-family: Arial, Helvetica, sans-serif;
font-size: 16pt;
}
</style>

0 comments on commit 1dfa455

Please sign in to comment.