klyn.gui.windows.Widget.font
property
public property font as Font:
Description

Default font used to render this widget.

Assigning a font invalidates the resolved KSS style and repaints a visible widget. The immutable Font object keeps the theme cache stable between frames.

label.font = Font("Noto Sans", 18, bold=true)