2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

Update instances of .font-weight to .fw

This commit is contained in:
Mark Otto
2020-10-31 10:27:30 -07:00
committed by Martijn Cuppens
parent 4d1ee3b0a7
commit d1dcc1e5e6
12 changed files with 52 additions and 52 deletions
@@ -48,7 +48,7 @@ include_js: false
<div class="col-md-6 px-0">
<h1 class="display-4 font-italic">Title of a longer featured blog post</h1>
<p class="lead my-3">Multiple lines of text that form the lede, informing new readers quickly and efficiently about whats most interesting in this posts contents.</p>
<p class="lead mb-0"><a href="#" class="text-white font-weight-bold">Continue reading...</a></p>
<p class="lead mb-0"><a href="#" class="text-white fw-bold">Continue reading...</a></p>
</div>
</div>