mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-17 14:54:30 +01:00
Merge branch 'patch-1' of https://github.com/tomhorvat/bootstrap into tomhorvat-patch-1
This commit is contained in:
commit
61b01f9b28
@ -72,6 +72,7 @@ body {
|
|||||||
// Make the `body` use the `font-size-root`
|
// Make the `body` use the `font-size-root`
|
||||||
font-family: $font-family-base;
|
font-family: $font-family-base;
|
||||||
font-size: $font-size-base;
|
font-size: $font-size-base;
|
||||||
|
font-weight: $font-weight-base;
|
||||||
line-height: $line-height-base;
|
line-height: $line-height-base;
|
||||||
// Go easy on the eyes and use something other than `#000` for text
|
// Go easy on the eyes and use something other than `#000` for text
|
||||||
color: $body-color;
|
color: $body-color;
|
||||||
|
@ -221,6 +221,7 @@ $font-size-xs: .75rem !default;
|
|||||||
$font-weight-normal: normal !default;
|
$font-weight-normal: normal !default;
|
||||||
$font-weight-bold: bold !default;
|
$font-weight-bold: bold !default;
|
||||||
|
|
||||||
|
$font-weight-base: $font-weight-normal !default;
|
||||||
$line-height-base: 1.5 !default;
|
$line-height-base: 1.5 !default;
|
||||||
|
|
||||||
$font-size-h1: 2.5rem !default;
|
$font-size-h1: 2.5rem !default;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user