add lighter override to custom.scss to take effect

pull/1203/head
trwnh 6 years ago
parent ae816782f0
commit bd537391df

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

Loading…
Cancel
Save