is now part of Shuffle™. The new editor includes templates for Bootstrap, Bulma, Material-UI, and Tailwind CSS.
Switch to Shuffle →

Bootstrap class: .font-weight-bold

<p class="font-weight-bold">Bold text.</p>

Preview

Bold text.

Check .font-weight-bold in a real project

Click one of the examples listed below to open the Shuffle Visual Editor with the UI library that uses the selected component.

Tips 💡

Sass source

/* _text.scss:37 */
.font-weight-bold   { font-weight: $font-weight-bold !important; }
.font-italic        { font-style: italic !important; }

// Contextual colors

.text-white { color: $white !important; }

@each $color, $value in $theme-colors {
  @include text-emphasis-variant(".text-#{$color}", $value);
}

Uses variables

Code copied to the clipboard.

Copying failed

/* _text.scss:37 */
$font-weight-bold
$white
$color
$value
$theme-colors
$color}"
$value

More in Bootstrap Text