FONT_BOLD

Static FONT_BOLD 

Source
pub static FONT_BOLD: Lazy<String>
Expand description

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

§Example

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