Font Weight
.weight-{value}
.weight-{value}
Sets the font weight of the text.
CSS equivalent: font-weight: {value};
Example usage:
.bold
.bold
Sets the font weight to bold
.
CSS equivalent: font-weight: bold;
Example usage:
.bolder
.bolder
Sets the font weight to bolder
.
CSS equivalent: font-weight: bolder;
Example usage:
.light
.light
Sets the font weight to light
.
CSS equivalent: font-weight: light;
Example usage:
.lighter
.lighter
Sets the font weight to lighter
.
CSS equivalent: font-weight: lighter;
Example usage:
Last updated