Created
April 22, 2026 16:36
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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": {} | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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