123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- {
- "version": 2,
- "settings": {
- "color": {
- "palette": [
- {
- "slug": "foreground",
- "color": "#3F67C6",
- "name": "Foreground"
- },
- {
- "slug": "background",
- "color": "#FCF5ED",
- "name": "Background"
- },
- {
- "slug": "primary",
- "color": "#385BAD",
- "name": "Primary"
- },
- {
- "slug": "secondary",
- "color": "#F7EBDD",
- "name": "Secondary"
- },
- {
- "slug": "tertiary",
- "color": "#ffffff",
- "name": "Tertiary"
- }
- ]
- },
- "layout": {
- "wideSize": "1060px"
- },
- "typography": {
- "fontFamilies": [
- {
- "fontFamily": "\"DM Sans\", serif",
- "name": "DM Sans",
- "slug": "dm-sans"
- }
- ]
- }
- },
- "styles": {
- "blocks": {
- "core/post-title": {
- "typography": {
- "fontWeight": "700"
- }
- }
- },
- "elements": {
- "h1": {
- "typography": {
- "fontWeight": "700"
- }
- },
- "h2": {
- "typography": {
- "fontWeight": "700"
- }
- },
- "h3": {
- "typography": {
- "fontWeight": "700"
- }
- },
- "h4": {
- "typography": {
- "fontWeight": "700"
- }
- },
- "h5": {
- "typography": {
- "fontWeight": "700"
- }
- },
- "h6": {
- "typography": {
- "fontWeight": "700"
- }
- }
- },
- "typography": {
- "fontFamily": "var(--wp--preset--font-family--dm-sans)"
- }
- }
- }
|