style-dictionary
Version:
Style once, use everywhere. A build system for creating cross-platform styles.
19 lines (18 loc) • 643 B
JSON
{
"asset": {
"font": {
"materialicons": {
"ttf": { "value": "assets/fonts/MaterialIcons-Regular.ttf", "type": "asset" },
"eot": { "value": "assets/fonts/MaterialIcons-Regular.eot", "type": "asset" },
"woff": { "value": "assets/fonts/MaterialIcons-Regular.woff", "type": "asset" },
"woff2": { "value": "assets/fonts/MaterialIcons-Regular.woff2", "type": "asset" }
},
"opensans": {
"ttf": { "value": "assets/fonts/OpenSans-Regular.ttf", "type": "asset" }
},
"roboto": {
"ttf": { "value": "assets/fonts/Roboto-Regular.ttf", "type": "asset" }
}
}
}
}