Is it possible to change something else but the font color within the theme.json, for example the font size, font weight? Within the theme.json file I like to set the weight to bold (700) for the header text font, but can't find a way to do so.
"grid-style":
{
"drawing":true,
"head-band":
{
"background-color":"#D3DFE9",
"dwo-text-font":{"color":"#1D2B32"} -- set weight or size?
},
Hope someone knows if it's possible.