23 lines
369 B
JSON
23 lines
369 B
JSON
{
|
|
"title": "Text Weights",
|
|
"description": "Helper classes and custom properties for common font weights",
|
|
"meta": {},
|
|
"items": [
|
|
{
|
|
"name": "Regular",
|
|
"value": 400
|
|
},
|
|
{
|
|
"name": "Medium",
|
|
"value": 500
|
|
},
|
|
{
|
|
"name": "Bold",
|
|
"value": 700
|
|
},
|
|
{
|
|
"name": "Extra Bold",
|
|
"value": 800
|
|
}
|
|
]
|
|
}
|