Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorMartijn Cuppens <martijn.cuppens@gmail.com>2019-05-02 22:35:58 +0300
committerGitHub <noreply@github.com>2019-05-02 22:35:58 +0300
commit91230dbdf116998fd6ba1c3b91a753d13b13f382 (patch)
treebeea6bf70efaa227572c026dfbcc558ff9c8e8b4 /scss
parent0321fbf0362c5966522adfc5c486ca6220e09e28 (diff)
Headings font style (#28544)
Diffstat (limited to 'scss')
-rw-r--r--scss/_reboot.scss1
-rw-r--r--scss/_variables.scss1
2 files changed, 2 insertions, 0 deletions
diff --git a/scss/_reboot.scss b/scss/_reboot.scss
index 30666a67e3..67ecd9e275 100644
--- a/scss/_reboot.scss
+++ b/scss/_reboot.scss
@@ -88,6 +88,7 @@ hr:not([size]) {
margin-top: 0;
margin-bottom: $headings-margin-bottom;
font-family: $headings-font-family;
+ font-style: $headings-font-style;
font-weight: $headings-font-weight;
line-height: $headings-line-height;
color: $headings-color;
diff --git a/scss/_variables.scss b/scss/_variables.scss
index bfa5e385f8..f4fbddee97 100644
--- a/scss/_variables.scss
+++ b/scss/_variables.scss
@@ -297,6 +297,7 @@ $h6-font-size: $font-size-base !default;
$headings-margin-bottom: $spacer / 2 !default;
$headings-font-family: null !default;
+$headings-font-style: null !default;
$headings-font-weight: 500 !default;
$headings-line-height: 1.2 !default;
$headings-color: null !default;