Bootstrap 5 UI Tutorial

Build fast, responsive sites with Bootstrap 5

BS5 Typography

Bootstrap 5 Typography

Bootstrap 5 uses default text formatting, such as font size, line-height, and margins.

  • Font-family: Native font stack (system fonts)
  • Global Font Size: 1rem (16px)
  • Line-height: 1.5

Display Headings

Display headings are used to stand out more than normal headings (larger font-size and lighter font-weight). Classes .display-1 to .display-6.

Try It Yourself

Edit the code below and click Run to see the result live.

Source Code
Result
Topics