Add better fallback fonts

This commit is contained in:
David Reed 2023-01-01 14:50:31 -05:00
parent 0c8014bdea
commit 9b18601e58
No known key found for this signature in database
GPG key ID: 2211691D8A1EE72F

View file

@ -1,7 +1,7 @@
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;1,300;1,400&display=swap");
body {
font-family: "Roboto", sans-serif;
font-family: "Roboto", Arial, Helvetica, sans-serif;
margin: 0;
background: #111;
display: flex;