Static FONT_MEDIUM

Source
pub static FONT_MEDIUM: Lazy<String>
Expand description

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

§Example

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