style-dictionary
Version:
Style once, use everywhere. A build system for creating cross-platform styles.
33 lines (32 loc) • 757 B
JSON
{
"asset": {
"font": {
"Roboto": {
"400": {
"normal": {
"value": "fonts/roboto-V20-latin-regular",
"formats": ["woff2", "woff"],
"type": "asset"
},
"italic": {
"value": "fonts/roboto-V20-latin-italic",
"formats": ["woff2", "woff"],
"type": "asset"
}
},
"700": {
"normal": {
"value": "fonts/roboto-V20-latin-700",
"formats": ["woff2", "woff"],
"type": "asset"
},
"italic": {
"value": "fonts/roboto-V20-latin-700italic",
"formats": ["woff2", "woff"],
"type": "asset"
}
}
}
}
}
}