Macro hobo_css::font_weight

source ·
macro_rules! font_weight {
    (initial) => { ... };
    (inherit) => { ... };
    (unset) => { ... };
    (normal) => { ... };
    (bold) => { ... };
    (bolder) => { ... };
    (lighter) => { ... };
    ($num:expr) => { ... };
}