Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add font style normal #29744

Merged
merged 3 commits into from
Dec 6, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion scss/_utilities.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions site/content/docs/4.3/utilities/text.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down