@adobe/spectrum-tokens
Version:
Design tokens for Spectrum, Adobe's design system
10 lines (9 loc) • 334 B
JSON
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://opensource.adobe.com/spectrum-tokens/schemas/types/typography-classification.json",
"title": "typography-classification",
"description": "Typography classification",
"type": "string",
"enum": ["serif", "sans serif"],
"default": "sans serif"
}