diff options
| author | tomhorvat <[email protected]> | 2016-10-25 15:05:51 +0200 |
|---|---|---|
| committer | tomhorvat <[email protected]> | 2016-10-25 15:05:51 +0200 |
| commit | e5bb0c40f408054f3ae14d74764b99a46cb08321 (patch) | |
| tree | 76056faa8056e1cd8738918f5d4252b1d89cc977 /scss/_variables.scss | |
| parent | f93df8dccdf008058e07501172b3e0121bab06b0 (diff) | |
| download | bootstrap-e5bb0c40f408054f3ae14d74764b99a46cb08321.tar.xz bootstrap-e5bb0c40f408054f3ae14d74764b99a46cb08321.zip | |
Body font weight variable
Diffstat (limited to 'scss/_variables.scss')
| -rw-r--r-- | scss/_variables.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss index 6f9b1c52b..46c06b047 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -193,6 +193,8 @@ $font-size-lg: 1.25rem !default; $font-size-sm: .875rem !default; $font-size-xs: .75rem !default; +$font-weight-base: normal !default; + $line-height-base: 1.5 !default; $font-size-h1: 2.5rem !default; |
