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-light

<p class="font-weight-light">Light text.</p>

Preview

Light text.

Tips 💡

Sass source

/* _text.scss:35 */
.font-weight-light  { font-weight: $font-weight-light !important; }
.font-weight-normal { font-weight: $font-weight-normal !important; }
.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:35 */
$font-weight-light
$font-weight-normal
$font-weight-bold
$white
$color
$value
$theme-colors
$color}"
$value

More in Bootstrap Text