@adobe/spectrum-tokens
Version:
Design tokens for Spectrum, Adobe's design system
48 lines (47 loc) • 1.16 kB
JSON
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/typography.json",
"title": "Typography",
"description": "A composite typography token.",
"type": "object",
"allOf": [
{
"$ref": "token.json"
}
],
"properties": {
"$schema": {
"const": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/typography.json"
},
"value": {
"type": "object",
"properties": {
"fontFamily": {
"type": "string",
"pattern": "^\\{(\\w|-)*\\}$"
},
"fontSize": {
"type": "string",
"pattern": "^\\{(\\w|-)*\\}$"
},
"fontWeight": {
"type": "string",
"pattern": "^\\{(\\w|-)*\\}$"
},
"letterSpacing": {
"type": "string",
"pattern": "^\\{(\\w|-)*\\}$"
},
"lineHeight": {
"type": "string",
"pattern": "^\\{(\\w|-)*\\}$"
}
}
},
"component": {},
"private": {},
"deprecated": {},
"deprecated_comment": {},
"uuid": {}
}
}