Typography
Frost Night uses the system font stack for UI text. Font sizes are tied to ControlSize variants.
Scale
The quick brown fox (11px)
Sm Small buttons, captions
The quick brown fox (13px)
Md Default body, buttons
The quick brown fox (15px)
Lg Large buttons, headings Usage
use ui_theme::ControlSize;
let font = ControlSize::Md.font(); // FontId at 13px
let padding = ControlSize::Md.padding(); // Vec2(12.0, 6.0)