Merge pull request #13449 from sejr/master

Increase .lead font-weight for better readability on mobile
This commit is contained in:
Mark Otto 2014-04-30 19:33:11 -07:00
commit 9f80cab096

View File

@ -62,7 +62,7 @@ p {
.lead {
margin-bottom: @line-height-computed;
font-size: floor((@font-size-base * 1.15));
font-weight: 200;
font-weight: 300;
line-height: 1.4;
@media (min-width: @screen-sm-min) {