]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add font style normal (#29744)
authorMatthieu Vignolle <matthieu.vignolle@doctolib.com>
Fri, 6 Dec 2019 00:34:10 +0000 (01:34 +0100)
committerXhmikosR <xhmikosr@gmail.com>
Fri, 6 Dec 2019 00:34:10 +0000 (02:34 +0200)
scss/_utilities.scss
site/content/docs/4.3/utilities/text.md

index b7c38249aa96b687e128dcf5a40809046af86683..d3ead7d42e46e07cfc8d3296e08ee5b4f57c76e4 100644 (file)
@@ -431,7 +431,7 @@ $utilities: map-merge(
     "font-style": (
       property: font-style,
       class: font,
-      values: italic
+      values: italic normal
     ),
     "overflow-wrap": (
       property: overflow-wrap word-break, // word-break for IE & < Edge 18
index f54020644cdd12b95f37dc426335f3f09fc82fcb..a194fc310997e09752e736881b911a523dec1438 100644 (file)
@@ -76,6 +76,7 @@ Quickly change the weight (boldness) of text or italicize text.
 <p class="font-weight-light">Light weight text.</p>
 <p class="font-weight-lighter">Lighter weight text (relative to the parent element).</p>
 <p class="font-italic">Italic text.</p>
+<p class="font-normal">Text without font style</p>
 {{< /example >}}
 
 ## Line height