add lighter override to custom.scss to take effect

This commit is contained in:
trwnh 2019-04-25 21:45:43 -05:00
parent ae816782f0
commit bd537391df
1 changed files with 4 additions and 0 deletions

View File

@ -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;
}