1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-10 23:54:08 +02:00

introduce display heading classes

This commit is contained in:
Mark Otto
2015-08-09 21:17:27 -07:00
parent 44fe355ec2
commit 7a50a2cbe8
23 changed files with 148 additions and 16 deletions

View File

@@ -78,6 +78,16 @@ $font-size-h4: 1.5rem !default;
$font-size-h5: 1.25rem !default;
$font-size-h6: 1rem !default;
$display1-size: 3.5rem !default;
$display2-size: 4.5rem !default;
$display3-size: 5.5rem !default;
$display4-size: 6rem !default;
$display1-weight: 300 !default;
$display2-weight: 300 !default;
$display3-weight: 300 !default;
$display4-weight: 300 !default;
$line-height: 1.5 !default;
$headings-font-family: inherit !default;