static bool isValidFontStyleValue(String value) { return value == 'normal' || value == 'italic' || value == 'oblique'; }