style-dictionary
Version:
Style once, use everywhere. A build system for creating cross-platform styles.
22 lines (21 loc) • 827 B
JSON
{
"asset": {
"font": {
"icon": {
"name": { "value": "MaterialIcons", "type": "fontFamily" },
"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": {
"name": { "value": "Open Sans", "type": "fontFamily" },
"ttf": { "value": "assets/fonts/OpenSans-Regular.ttf", "type": "asset" }
},
"roboto": {
"name": { "value": "Roboto", "type": "fontFamily" },
"ttf": { "value": "assets/fonts/Roboto-Regular.ttf", "type": "asset" }
}
}
}
}