The default web fonts (Helvetica Neue, Helvetica, and Arial) have been dropped in Bootstrap 4 and replaced with a “native font stack” for optimum text rendering on every device and OS. Read more about native font stacks
font-family
for each OS and device.$font-family-base
, $font-size-base
, and $line-height-base
attributes as our typographic base applied to the <body>
.$link-color
and apply link underlines only on :hover
.$body-bg
to set a background-color
on the <body>
(#fff
by default)..h1
through .h6
classes are also available, for when you want to match the font styling of a heading but cannot use the associated HTML element.
H1. Heading |
Semibold 2rem |
H2. Heading |
Semibold 74rem |
H3. Heading |
Semibold 1.51rem |
H4. Heading |
Semibold 1.32rem |
H5. Heading |
Semibold 1.14rem |
H6. Heading |
Semibold 1rem |
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 heading |
Display heading |
Display heading |
Display heading |
Display heading |
Display heading |
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 |
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 with .blockquote-reverse
for a blockquote with right-aligned content.
Being the richest man in the cemetery doesn't matter to me. Going to bed at night saying we've done something wonderful, that's what matters to me.
Add a .border-left-{color} .border-right-3
helper classes, where color can be any color from Modern Admin color palette.
Sometimes when you innovate, you make mistakes. It is best to admit them quickly, and get on with improving your other innovations.
Sometimes when you innovate, you make mistakes. It is best to admit them quickly, and get on with improving your other innovations.
Add a .border-right-{color} .border-right-3
helper classes with .blockquote-reverse
, where color can be any color from Modern Admin color palette.
Sometimes when you innovate, you make mistakes. It is best to admit them quickly, and get on with improving your other innovations.
Sometimes when you innovate, you make mistakes. It is best to admit them quickly, and get on with improving your other innovations.
Blockquotes with avatar. it use Media Object. You can customize image type, border alignment & style.
Sometimes life is going to hit you in the head with a brick. Don't lose faith.
Sometimes life is going to hit you in the head with a brick. Don't lose faith.
Blockquotes with avatar rounded image example
Sometimes life is going to hit you in the head with a brick. Don't lose faith.
Sometimes life is going to hit you in the head with a brick. Don't lose faith.
Right aligned blockquotes with avatar, it also use Media Object. You can customize image type, border alignment & style.
Sometimes life is going to hit you in the head with a brick. Don't lose faith.
Sometimes life is going to hit you in the head with a brick. Don't lose faith.
Right aligned blockquotes with avatar rounded image example
Sometimes life is going to hit you in the head with a brick. Don't lose faith.
Sometimes life is going to hit you in the head with a brick. Don't lose faith.
For quoting blocks of content from another source within your document. Wrap <blockquote class="blockquote">
around any
HTML as the quote.
Use class .list-unstyled
for Lists Unstyled. It 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.
List of items in which the order does not explicitly matter.
List of items in which the order does explicitly matter.
Combine .list-style-square
& .list-style-circle
classes in unordered list to add square and circle bullet points.
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 with right aligned text in <dt>
tag using .text-right