Add lower weight option

This commit is contained in:
Stasiek Michalski 2018-06-02 06:22:43 +02:00 committed by GitHub
parent b240ae3b44
commit 3550c0b94c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -151,3 +151,7 @@ body, button, input, textarea {
height: 100%;
background-color: rgba(0,0,0,0.5);
}
.font-weight-ultralight {
font-weight: 200 !important;
}