@adobe/spectrum-tokens
Version:
Design tokens for Spectrum, Adobe's design system
10 lines (9 loc) • 324 B
JSON
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://opensource.adobe.com/spectrum-tokens/schemas/types/typography-script.json",
"title": "typography-script",
"description": "The script of the text.",
"type": "string",
"enum": ["latin", "han", "arabic", "hebrew"],
"default": "latin"
}