Typography

Documentation and examples for typography, including global settings, headings, body text, lists, and more.

Open Bootstrap Docs

Typeface

For this theme we used Nunito font family from Google Fonts. It is free for commercial use. However, you can choose any font family and include it instead of the default one.

To learn more about how to edit fonts, colors and other SCSS variables click here

Headings

Heading Example

<h1></h1>

h1. Bootstrap heading

<h2></h2>

h2. Bootstrap heading

<h3></h3>

h3. Bootstrap heading

<h4></h4>

h4. Bootstrap heading

<h5></h5>

h5. Bootstrap heading

<h6></h6>

h6. Bootstrap heading

<h1>h1. Boomerang heading</h1>
<h2>h2. Boomerang heading</h2>
<h3>h3. Boomerang heading</h3>
<h4>h4. Boomerang heading</h4>
<h5>h5. Boomerang heading</h5>
<h6>h6. Boomerang heading</h6>
Additional Class Reference
.h1 to .h6
Apply to heading tags for when you want to match the font styling of a heading but cannot use the associated HTML element