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

Display headings

Traditional heading elements are designed to work best in the meat of your page content. When you need a heading to stand out, consider using a display heading—a larger, slightly more opinionated heading style.

Display 1

Display 2

Display 3

Display 4

Customizing headings

Use the included utility classes to recreate the small secondary heading text

Fancy display heading With faded secondary text

h1. Default Page Header with text description on the bottom

Basic headings

All HTML headings, <h1> through <h6>, are available

h1. Heading 1

h2. Heading 2

h3. Heading 3

h4. Heading 4

h5. Heading 5
h6. Heading 6

Lead markup

Make a paragraph stand out by adding .lead

Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Duis mollis, est non commodo luctus.

Inline text elements

Styling for common inline HTML5 elements.

You can use the mark tag to highlight text.

This line of text is meant to be treated as deleted text.

This line of text is meant to be treated as no longer accurate.

This line of text is meant to be treated as an addition to the document.

This line of text will render as underlined

This line of text is meant to be treated as fine print.

This line rendered as bold text.

This line rendered as italicized text.

Abbreviation example

Stylized implementation of HTML’s <abbr> element for abbreviations and acronyms to show the expanded version on hover. Abbreviations have a default underline and gain a help cursor to provide additional context on hover and to users of assistive technologies.

attr

HTML

Block quote

For quoting blocks of content from another source within your document. Wrap <blockquote class="blockquote"> around any HTML as the quote. Add a <footer class="blockquote-footer"> for identifying the source. Wrap the name of the source work in <cite>

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.

Someone famous in Source Title

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.

Someone famous in Source Title

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.

Someone famous in Source Title

Wrapping text example

Wrap text with a .text-wrap class, to prevent text from wrapping with a .text-nowrap class
This text should wrap.
This text should overflow the parent.

Turncate example

For longer content, you can add a .text-truncate class to truncate the text with an ellipsis. Requires display: inline-block or display: block. You can also combine the following classe .text-truncate and combine with .text-truncate-xs, .text-truncate-sm, .text-truncate-md, .text-truncate-default, and .text-truncate-lg to achieve the desired results
Curabitur blandit tempus ardua ridiculus sed magna. Curabitur blandit tempus ardua ridiculus sed magna. Curabitur blandit tempus ardua ridiculus sed magna. Curabitur blandit tempus ardua ridiculus sed magna. Curabitur blandit tempus ardua ridiculus sed magna.

Text alignment

Easily realign text to components with text alignment classes. .text-{left,right,center,justify}

Left aligned text on all viewport sizes.

Center aligned text on all viewport sizes.

Right aligned text on all viewport sizes.

Left aligned text on viewports sized SM (small) or wider.

Right aligned text on viewports sized MD (medium) or wider.

Left aligned text on viewports sized LG (large) or wider.

Left aligned text on viewports sized XL (extra-large) or wider.

Text transform

Quickly change the weight (boldness) of text with .font-weight-bold or italicize text with .font-italic. Reset boldness of text with .font-weight-bold. Try various font weights using .fw-{300,400,500,700,900}

Sample text

Sample light text

Sample bold text

Sample bolder text

Sample boldest text

Sample light & italic text

Sample boldest & underline text

Fontweight Normal

Lowercased text

Uppercased text

CapiTaliZed text

light text with lower case

Bold text with uppercase

Bolder capitalized text

Boldest text with uppercase & italic font

Font Colors

Convey meaning through color with a handful of color utility classes. Includes support for styling links with hover states, too. Reset colors using .text-reset class.

Primary state text

Success state text

Warning state text

Info state text

Danger state text

Text gradient

Light state text

Dark state text

Normal state text

Muted state text

Muted text with a reset link.

Font sizes

Change font sizes at quickly with .fs-nano or h{1-6} classes.
.fs-xxl .fs-xl .fs-lg .fs-md .fs-sm .fs-xs .fs-nano
.h6 .h5 .h4 .h3 .h2 .h1

Unstyled list

Remove the default list-style and left margin on list items (immediate children only). This only applies to immediate children list items, meaning you will need to add the class for any nested lists as well.
  • Lorem ipsum dolor sit amet
  • Consectetur adipiscing elit
  • Integer molestie lorem at massa
  • Facilisis in pretium nisl aliquet
  • Nulla volutpat aliquam velit
    • Phasellus iaculis neque
    • Purus sodales ultricies
    • Vestibulum laoreet porttitor sem
    • Ac tristique libero volutpat at
  • Faucibus porta lacus fringilla vel
  • Aenean sit amet erat nunc
  • Eget porttitor lorem

Inline list

Remove a list’s bullets and apply some light margin with a combination of two classes, .list-inline and .list-inline-item
  • Lorem ipsum
  • Phasellus iaculis
  • Nulla volutpat

Description list alignment

Align terms and descriptions horizontally by using our grid system’s predefined classes (or semantic mixins). For longer terms, you can optionally add a .text-truncate class to truncate the text with an ellipsis
Description lists
A description list is perfect for defining terms.
Euismod

Vestibulum id ligula porta felis euismod semper eget lacinia odio sem nec elit.

Donec id elit non mi porta gravida at eget metus.

Malesuada porta
Etiam porta sem malesuada magna mollis euismod.
Truncated term is truncated
Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.
Nesting
Nested definition list
Aenean posuere, tortor sed cursus feugiat, nunc augue blandit nunc.

Monospace font

Change a selection to our monospace font stack with .text-monospace

This is in monospace