fontFamily()
Sets the font family.
fontFamily(family: BindingOrValue<string | undefined>): this;
Parameters
- family — The font family name (e.g. “sans-serif”).
Return value
The builder instance for chaining.
Related
class ElementBuilder abstractstatic
An abstract base class for UI element builders.
