[][src]Macro hobo_css::font_family

macro_rules! font_family {
    (initial) => { ... };
    (inherit) => { ... };
    (unset) => { ... };
    ($($font:expr),+) => { ... };
}