]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Headings font style (#28544)
authorMartijn Cuppens <martijn.cuppens@gmail.com>
Thu, 2 May 2019 19:35:58 +0000 (21:35 +0200)
committerGitHub <noreply@github.com>
Thu, 2 May 2019 19:35:58 +0000 (21:35 +0200)
scss/_reboot.scss
scss/_variables.scss

index 30666a67e3ac2ba424fc2f9887737def4346def6..67ecd9e275132caabe54157b5362713c1e925238 100644 (file)
@@ -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;
index bfa5e385f80de945222a8f246a4efe9cada80ce0..f4fbddee977718d62fcd471f2331f1d85a8809f9 100644 (file)
@@ -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;