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