add roboto fallback

This commit is contained in:
David Reed 2022-12-03 16:09:18 -05:00
parent 35765e39cc
commit 8349d2651d
No known key found for this signature in database
GPG key ID: 2211691D8A1EE72F

View file

@ -9,11 +9,8 @@
}
}
* {
font-family: Roboto;
}
body {
font-family: "Roboto", sans-serif;
margin: 0;
background: #111;
display: flex;
@ -81,7 +78,6 @@ body {
.logo-wrapper .text {
font-size: 75px;
font-family: "Roboto";
color: #fff;
}