Macro hobo_css::font_weight[][src]

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