style::font_face

Macro is_descriptor_enabled

source
macro_rules! is_descriptor_enabled {
    ("font-variation-settings") => { ... };
    ("size-adjust") => { ... };
    ($name:tt) => { ... };
}