Add sans-serif font fallbacks

This commit is contained in:
Lawrence Thorpe 2021-02-07 20:24:08 +00:00 committed by GitHub
parent a4af565eb3
commit ce5cc9eb52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,12 +3,12 @@
}
h1,h2,h3,h4,h5,h6 {
font-family:Raleway;
font-family:Raleway, sans-serif;
text-transform:uppercase !important;
font-weight:lighter !important;
}
body {
font-family:Google Sans;
font-family:Google Sans, sans-serif;
font-weight:bold;
}
@ -679,4 +679,4 @@ body.remotebar .view-player .player-bar-wrapper {
.Header__image-inner {
box-shadow: unset;
}
}