Skip to content

Instantly share code, notes, and snippets.

@marcfargas
Created April 22, 2026 16:36
Show Gist options
  • Select an option

  • Save marcfargas/276a590c64f1a187bcff2f02d459ebe9 to your computer and use it in GitHub Desktop.

Select an option

Save marcfargas/276a590c64f1a187bcff2f02d459ebe9 to your computer and use it in GitHub Desktop.
gw-design-md v1 test fixtures — sample brand.json artifacts for smoke testing
{
"schemaVersion": "1.0",
"brand": { "id": "acme-full", "name": "Acme Full", "version": "1.2.3" },
"docs": {
"documentStyle": {
"marginTop": { "value": 72, "unit": "pt" },
"marginBottom": { "value": 72, "unit": "pt" },
"marginLeft": { "value": 72, "unit": "pt" },
"marginRight": { "value": 72, "unit": "pt" },
"background": { "color": "#FFFFFFFF" }
},
"namedStyles": {
"HEADING_1": {
"textStyle": {
"fontFamily": "Source Serif Pro",
"fontWeight": 700,
"fontSize": { "value": 22, "unit": "pt" }
},
"paragraphStyle": { "spaceAbove": { "value": 24, "unit": "pt" }, "keepWithNext": true }
},
"NORMAL_TEXT": {
"textStyle": {
"fontFamily": "Source Sans Pro",
"fontWeight": 400,
"fontSize": { "value": 11, "unit": "pt" },
"foregroundColor": "#1A1A1A"
},
"paragraphStyle": { "lineSpacing": 115, "spaceBelow": { "value": 8, "unit": "pt" } }
}
},
"header": {
"default": [
{ "type": "text", "text": "Acme — Internal", "align": "CENTER" },
{ "type": "pageNumber", "align": "END" }
]
}
},
"assets": {}
}
{
"schemaVersion": "1.0",
"brand": { "id": "acme", "name": "Acme", "version": "1.0.0" },
"docs": {
"namedStyles": {
"NORMAL_TEXT": {
"textStyle": { "fontFamily": "Source Sans Pro", "fontSize": { "value": 11, "unit": "pt" } }
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment