2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

Add font style normal (#29744)

This commit is contained in:
Matthieu Vignolle
2019-12-06 01:34:10 +01:00
committed by XhmikosR
parent 2a6ba75388
commit 1a5b7f4a8e
2 changed files with 2 additions and 1 deletions
+1
View 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