mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-24 20:02:53 +01:00
Add font style normal (#29744)
This commit is contained in:
parent
2a6ba75388
commit
1a5b7f4a8e
@ -431,7 +431,7 @@ $utilities: map-merge(
|
|||||||
"font-style": (
|
"font-style": (
|
||||||
property: font-style,
|
property: font-style,
|
||||||
class: font,
|
class: font,
|
||||||
values: italic
|
values: italic normal
|
||||||
),
|
),
|
||||||
"overflow-wrap": (
|
"overflow-wrap": (
|
||||||
property: overflow-wrap word-break, // word-break for IE & < Edge 18
|
property: overflow-wrap word-break, // word-break for IE & < Edge 18
|
||||||
|
@ -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-light">Light weight text.</p>
|
||||||
<p class="font-weight-lighter">Lighter weight text (relative to the parent element).</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-italic">Italic text.</p>
|
||||||
|
<p class="font-normal">Text without font style</p>
|
||||||
{{< /example >}}
|
{{< /example >}}
|
||||||
|
|
||||||
## Line height
|
## Line height
|
||||||
|
Loading…
x
Reference in New Issue
Block a user