diff options
| -rw-r--r-- | scss/_utilities.scss | 2 | ||||
| -rw-r--r-- | site/content/docs/4.3/utilities/text.md | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/scss/_utilities.scss b/scss/_utilities.scss index b7c38249a..d3ead7d42 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 f54020644..a194fc310 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. <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 |
