Add sans-serif fallback to .font-weight-light

Context: tpo/web/team#29
This commit is contained in:
kez 2022-03-16 04:31:15 -07:00
parent 42495e2fba
commit e779b2c09f
2 changed files with 2 additions and 2 deletions

View File

@ -305,7 +305,7 @@
font-family: $font-family-serif !important;
}
.font-weight-light {
font-family: Source Sans Pro Light
font-family: "Source Sans Pro Light", sans-serif;
}
.font-weight-bold {
font-family: Source Sans Pro Bold

View File

@ -9510,7 +9510,7 @@ main {
}
.font-weight-light {
font-family: Source Sans Pro Light;
font-family: "Source Sans Pro Light", sans-serif;
}
.font-weight-bold {