Use sans-serif fonts as fallbacks for SDG titles

This way titles look a little less broken during the time the font is
downloaded.
This commit is contained in:
Javi Martín
2021-08-26 13:50:02 +02:00
parent c42c8e3c7a
commit e20e468c0f

View File

@@ -27,7 +27,7 @@
h1 { h1 {
align-items: center; align-items: center;
display: flex; display: flex;
font-family: "Oswald" !important; font-family: "Oswald", "Source Sans Pro", sans-serif !important;
font-weight: 500; font-weight: 500;
letter-spacing: -1px; letter-spacing: -1px;
line-height: 1.1; line-height: 1.1;