Font variants
Retrieve font variants for a layer of a template
Request
Response
{
"response": [
{
"name": "Description",
"fontFamilyType": "google",
"slideNumber": 0,
"bannersetElementId": 7,
"fontFamily": "Roboto Condensed",
"actualFontStyle": "normal",
"actualFontWeight": 400,
"fontVariants": [
{
"weight": "300",
"subFamily": "Light"
},
{
"weight": "400",
"subFamily": "Regular"
},
{
"weight": "700",
"subFamily": "Bold"
},
{
"weight": "300italic",
"subFamily": "Light Italic"
},
{
"weight": "400italic",
"subFamily": "Regular Italic"
},
{
"weight": "700italic",
"subFamily": "Bold Italic"
}
]
}
]
}Last updated
Was this helpful?