Documentation

fontSize()

Sets the font size for all controls.

fontSize(sizes: { body: number; smaller: number; larger: number }): this;

Notes

Parameters

Return value

The theme itself, for method chaining.

Related