Macro hobo_css::font_style

source ·
macro_rules! font_style {
    (initial) => { ... };
    (inherit) => { ... };
    (unset) => { ... };
    (normal) => { ... };
    (italic) => { ... };
    (oblique) => { ... };
}