diff options
| author | Mark Otto <[email protected]> | 2014-04-30 19:33:11 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-04-30 19:33:11 -0700 |
| commit | 9f80cab0969b9bcb80a556107d16c2a418a6e7ab (patch) | |
| tree | 4ada0dd01e3ae86d1d0da03deda4e1eafac628b9 | |
| parent | f20f66604b27d86ed132f7186560443e9603d313 (diff) | |
| parent | 3564369fdf7ed23c04774d0e023d3efeb060fa71 (diff) | |
| download | bootstrap-9f80cab0969b9bcb80a556107d16c2a418a6e7ab.tar.xz bootstrap-9f80cab0969b9bcb80a556107d16c2a418a6e7ab.zip | |
Merge pull request #13449 from sejr/master
Increase .lead font-weight for better readability on mobile
| -rw-r--r-- | less/type.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/type.less b/less/type.less index 83455e828..384cacc8e 100644 --- a/less/type.less +++ b/less/type.less @@ -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) { |
