From e779b2c09f6266d8f7b5f2afa477fc30ad8050d4 Mon Sep 17 00:00:00 2001 From: kez Date: Wed, 16 Mar 2022 04:31:15 -0700 Subject: [PATCH] Add sans-serif fallback to .font-weight-light Context: tpo/web/team#29 --- assets/scss/_tor.scss | 2 +- assets/static/css/bootstrap.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/scss/_tor.scss b/assets/scss/_tor.scss index e2c80bf..a4e742a 100644 --- a/assets/scss/_tor.scss +++ b/assets/scss/_tor.scss @@ -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 diff --git a/assets/static/css/bootstrap.css b/assets/static/css/bootstrap.css index 0e99001..74d5375 100644 --- a/assets/static/css/bootstrap.css +++ b/assets/static/css/bootstrap.css @@ -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 {