UNPKG

@adobe/spectrum-tokens

Version:
27 lines (26 loc) 774 B
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-style.json", "title": "Font style", "description": "Sets whether a font should be styled with a normal, italic, or oblique face from its font-family", "type": "object", "allOf": [ { "$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/token.json" } ], "properties": { "$schema": { "const": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-style.json" }, "value": { "type": "string", "enum": ["italic", "normal"] }, "component": {}, "private": {}, "deprecated": {}, "deprecated_comment": {}, "uuid": {} } }