If you need to create a theme with a distinct typography style, which Bootstrap variables would you focus on adjusting?

  • $font-family-base, $font-size-base, $font-weight-base, $line-height-base
  • $primary-color, $secondary-color, $link-color, $text-color
  • $border-radius, $border-width, $border-color, $box-shadow
  • $body-bg, $component-active-bg, $component-active-color, $component-active-border
When creating a distinct typography style, adjusting variables like $font-family-base, $font-size-base, $font-weight-base, and $line-height-base is crucial. These variables determine the basic typography elements such as font family, size, weight, and line height.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *