1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- {
- "version": 1,
- "styles": {
- "elements": {
- "link": {
- "color": {
- "text": "var:preset|color|custom-superdark"
- }
- }
- },
- "blocks": {
- "core/heading": {
- "typography": {
- "fontStyle": "normal",
- "lineHeight": "1.4",
- "fontWeight": "300"
- }
- },
- "core/post-title": {
- "typography": {
- "lineHeight": "1.4"
- }
- },
- "core/site-tagline": {
- "typography": {
- "letterSpacing": "4px"
- }
- }
- },
- "typography": {
- "fontFamily": "var:preset|font-family|inter",
- "fontStyle": "normal",
- "fontWeight": "400",
- "fontSize": "var:preset|font-size|small"
- },
- "spacing": {
- "blockGap": "1.5rem"
- }
- },
- "settings": {
- "layout": {
- "contentSize": "840px",
- "wideSize": "1200px"
- },
- "color": {
- "palette": [
- {
- "color": "#111111",
- "name": "Superdark",
- "slug": "custom-superdark"
- },
- {
- "slug": "primary",
- "color": "#007cba",
- "name": "Primary"
- },
- {
- "slug": "secondary",
- "color": "#006ba1",
- "name": "Secondary"
- },
- {
- "slug": "foreground",
- "color": "#444444",
- "name": "Foreground"
- },
- {
- "slug": "background",
- "color": "#ffffff",
- "name": "Background"
- },
- {
- "slug": "tertiary",
- "color": "#F0F0F0",
- "name": "Tertiary"
- }
- ]
- }
- }
- }
|