Untitled
{ "templates": { "text_template": { "type": "text", "font_size": 24 } }, "card": { "log_id": "snapshot_test_card", "states": [ { "state_id": 0, "div": { "type": "container", "orientation": "vertical", "items": [ { "type": "text_template", "text": "Default Typeface" }, { "type": "text_template", "text": "Shade Blue", "font_family": "shadeBlue" } ] } } ] } }
Leave a Comment