mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-09 15:16:51 +02:00
Body font weight variable
This commit is contained in:
@@ -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;
|
||||||
|
@@ -193,6 +193,8 @@ $font-size-lg: 1.25rem !default;
|
|||||||
$font-size-sm: .875rem !default;
|
$font-size-sm: .875rem !default;
|
||||||
$font-size-xs: .75rem !default;
|
$font-size-xs: .75rem !default;
|
||||||
|
|
||||||
|
$font-weight-base: 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;
|
||||||
|
Reference in New Issue
Block a user