From bd537391dfc940f61e21fbddacfe351cb36a14b4 Mon Sep 17 00:00:00 2001 From: trwnh Date: Thu, 25 Apr 2019 21:45:43 -0500 Subject: [PATCH] add lighter override to custom.scss to take effect --- resources/assets/sass/custom.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/resources/assets/sass/custom.scss b/resources/assets/sass/custom.scss index 7238c929a..6b447ad1f 100644 --- a/resources/assets/sass/custom.scss +++ b/resources/assets/sass/custom.scss @@ -132,6 +132,10 @@ body, button, input, textarea { background-color: rgba(0,0,0,0.5); } +.font-weight-lighter { + font-weight: 300 !important +} + .font-weight-ultralight { font-weight: 200 !important; }