hypnagaga_old/src/assets/design-tokens/fonts.json
2022-11-03 10:43:09 +01:00

21 lines
740 B
JSON

{
"title": "Fonts",
"description": "Each array of fonts creates a priority-based order. The first font in the array should be the ideal font, followed by sensible, web-safe fallbacks",
"items": [
{
"name": "Display",
"description": "System fonts for body copy and globally set text.",
"value": ["Redhat", "Segoe UI", "Roboto", "Helvetica Neue", "Arial", "sans-serif"]
},
{
"name": "Base",
"description": "System fonts for body copy and globally set text.",
"value": ["Inter", "Segoe UI", "Roboto", "Helvetica Neue", "Arial", "sans-serif"]
},
{
"name": "Mono",
"description": "Expressive sections, like quotes",
"value": ["RobotoMono", "monospace"]
}
]
}