i2tutorials

Bootstrap Typography

Bootstrap Typography

 

Typography is a feature of Bootstrap4 for changing the styling and formatting the text content. The bootstrap4 default font size of 1rem (16px) and the line height is 1.5.

 

Typography will be used to create:

 

 

<h1> – <h6>

 

Bootstrap 4 styles HTML headings  (h1 to h6)  is a bold font-weight and an increased font-size.

 

Example:

 

<h1>h1. heading1</h1>
<h2>h2. heading2</h2>
<h3>h3. heading3</h3>
<h4>h4. heading4</h4>
<h5>h5. heading5</h5>
<h6>h6. heading6</h6>

 

OUTPUT

Bootstrap Typography

 

Tags and class to implement typography feature in Bootstrap 4:

 

Exit mobile version