How do I change the font weight of the .jumbotron and paragraphs in .jumbotron?
I do not want my font-weight so big.
HTML:
<header>
<div class="container-fluid landing-page">
<div class="jumbotron vertical-center">
<h1>Embroider<span class="eze">eze</span></h1>
<p>Branding <span class="eze">●</span> Promotional Items <span class="eze">●</span> Reflective Tape <span class="eze">●</span> Gifts</p>
</div>
</div>
</header>
CSS:
.jumbotron {
color: #dbdbdb;
background-color: transparent;
text-align: center;
margin-top: 300px;
font-weight: 200;
}
Also, font size changes do not work.
By Default, bootstrap has some styles for h1 and P. If you want to override try with this
.jumbotron h1{
font-weight: 800;
}
.jumbotron p{
font-weight: 800;
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With