dwind::typography

Static FONT_THIN

Source
pub static FONT_THIN: Lazy<String>
Expand description

Generated from css file. Class content: font-weight: 100;

§Example

html!("div", { .dwclass!("font_thin") });