© Jörg Krause 2020
J. KrauseIntroducing Bootstrap 4https://doi.org/10.1007/978-1-4842-6203-0_4

4. Typography

Jörg Krause1 
(1)
Berlin, Germany
 
Bootstrap defines styles for some HTML elements directly, such as the basic type of appearance, typography, and color. In contrast to the classic concept of typography, font, writing, design, and printing material, Bootstrap is quite modest in its ease of use. The following are specifically regulated:
  • The background color of the page is white, background-color: #fff

  • In the Sass files the following variables are responsible for the basic design:
    • $font-family-base

    • $font-size-base

    • $line-height-base

  • Hyperlinks as outstanding elements of web pages are determined by the following variables:
    • $link-color

  • Underline links should ...

Get Introducing Bootstrap 4: Create Powerful Web Applications Using Bootstrap 4.5 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.