From: Matthieu Vignolle Date: Fri, 6 Dec 2019 00:34:10 +0000 (+0100) Subject: Add font style normal (#29744) X-Git-Tag: v5.0.0-alpha1~612 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a5b7f4a8e235b0733b2ead9a4404ffaabb9ead2;p=thirdparty%2Fbootstrap.git Add font style normal (#29744) --- diff --git a/scss/_utilities.scss b/scss/_utilities.scss index b7c38249aa..d3ead7d42e 100644 --- a/scss/_utilities.scss +++ b/scss/_utilities.scss @@ -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 diff --git a/site/content/docs/4.3/utilities/text.md b/site/content/docs/4.3/utilities/text.md index f54020644c..a194fc3109 100644 --- a/site/content/docs/4.3/utilities/text.md +++ b/site/content/docs/4.3/utilities/text.md @@ -76,6 +76,7 @@ Quickly change the weight (boldness) of text or italicize text.

Light weight text.

Lighter weight text (relative to the parent element).

Italic text.

+

Text without font style

{{< /example >}} ## Line height