Documentation

fontWeight()

Sets the font weight.

fontWeight(weight: BindingOrValue<string | number | undefined>): this;

Parameters

Return value

The builder instance for chaining.

Related