refactor(style): use sans-serif for font-family

This commit is contained in:
Price Hiller 2024-05-01 13:48:16 -05:00
parent e8bc127db9
commit dd4ae987ef
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -64,6 +64,7 @@ body {
padding: 0;
margin: 0;
font-size: 1.05rem;
font-family: sans-serif;
}
html {