aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scss/utilities/_text.scss7
1 files changed, 4 insertions, 3 deletions
diff --git a/scss/utilities/_text.scss b/scss/utilities/_text.scss
index d337e0d63..7573f2987 100644
--- a/scss/utilities/_text.scss
+++ b/scss/utilities/_text.scss
@@ -28,9 +28,10 @@
// Weight and italics
-.font-weight-normal { font-weight: $font-weight-normal; }
-.font-weight-bold { font-weight: $font-weight-bold; }
-.font-italic { font-style: italic; }
+.font-weight-light { font-weight: $font-weight-light !important; }
+.font-weight-normal { font-weight: $font-weight-normal !important; }
+.font-weight-bold { font-weight: $font-weight-bold !important; }
+.font-italic { font-style: italic !important; }
// Contextual colors