mirror of
https://github.com/penpot/penpot-exporter-figma-plugin.git
synced 2025-01-10 00:50:16 -05:00
2920ac297b
* wip * implement bullet points * needs more ifs * refactor * revert * refactor * fix and refactor * refactor * refactor * refactor * add ordered class * wip * wip * fixes * package.json * little refactors * base list * fixes * abstract baselist * refactors * refactor * changeset * fix eslint issue * fix * fixes * fixes --------- Co-authored-by: Alex Sánchez <sion333@gmail.com>
75 lines
1.6 KiB
JSON
75 lines
1.6 KiB
JSON
{
|
|
"items": [
|
|
{
|
|
"id": "sourcesanspro",
|
|
"name": "Source Sans Pro",
|
|
"family": "sourcesanspro",
|
|
"variants": [
|
|
{
|
|
"id": "200",
|
|
"name": "200",
|
|
"weight": "200",
|
|
"style": "normal",
|
|
"suffix": "extralight"
|
|
},
|
|
{
|
|
"id": "200italic",
|
|
"name": "200 (italic)",
|
|
"weight": "200",
|
|
"style": "italic",
|
|
"suffix": "extralightitalic"
|
|
},
|
|
{
|
|
"id": "300",
|
|
"name": "300",
|
|
"weight": "300",
|
|
"style": "normal",
|
|
"suffix": "light"
|
|
},
|
|
{
|
|
"id": "300italic",
|
|
"name": "300 (italic)",
|
|
"weight": "300",
|
|
"style": "italic",
|
|
"suffix": "lightitalic"
|
|
},
|
|
{
|
|
"id": "regular",
|
|
"name": "regular",
|
|
"weight": "400",
|
|
"style": "normal"
|
|
},
|
|
{
|
|
"id": "italic",
|
|
"name": "italic",
|
|
"weight": "400",
|
|
"style": "italic"
|
|
},
|
|
{
|
|
"id": "bold",
|
|
"name": "bold",
|
|
"weight": "bold",
|
|
"style": "normal"
|
|
},
|
|
{
|
|
"id": "bolditalic",
|
|
"name": "bold (italic)",
|
|
"weight": "bold",
|
|
"style": "italic"
|
|
},
|
|
{
|
|
"id": "black",
|
|
"name": "black",
|
|
"weight": "900",
|
|
"style": "normal"
|
|
},
|
|
{
|
|
"id": "blackitalic",
|
|
"name": "black (italic)",
|
|
"weight": "900",
|
|
"style": "italic"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|