dwind::typography

Static FONT_MONO

Source
pub static FONT_MONO: Lazy<String>
Expand description

Generated from css file. Class content: font-family: monospace, "Courier New";

§Example

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