override font-weight-lighter to 300

200 is unreadable
pull/1203/head
trwnh 7 years ago committed by GitHub
parent 4f14a7dd74
commit ae816782f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,6 +5,7 @@ $body-bg: #f5f8fa;
// Typography
$font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
$font-size-base: 0.9rem;
$font-weight-lighter: 300;
$line-height-base: 1.6;
$font-size-lg: ($font-size-base * 1.25);

Loading…
Cancel
Save