|
@@ -15,6 +15,12 @@
|
|
|
}
|
|
|
],
|
|
|
"settings": {
|
|
|
+ "border": {
|
|
|
+ "customColor": true,
|
|
|
+ "customRadius": true,
|
|
|
+ "customStyle": true,
|
|
|
+ "customWidth": true
|
|
|
+ },
|
|
|
"color": {
|
|
|
"gradients": [],
|
|
|
"palette": [
|
|
@@ -45,117 +51,55 @@
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
- "typography": {
|
|
|
- "customFontSize": true,
|
|
|
- "customLineHeight": true,
|
|
|
- "fontSizes": [
|
|
|
- {
|
|
|
- "name": "Tiny",
|
|
|
- "size": "15px",
|
|
|
- "slug": "tiny"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Small",
|
|
|
- "size": "17px",
|
|
|
- "slug": "small"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Normal",
|
|
|
- "size": "18px",
|
|
|
- "slug": "normal"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Large",
|
|
|
- "size": "22px",
|
|
|
- "slug": "large"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Extra Large",
|
|
|
- "size": "min(max(28px, 5vw), 35px)",
|
|
|
- "slug": "extra-large"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Huge",
|
|
|
- "size": "min(max(36px, 5vw), 48px)",
|
|
|
- "slug": "huge"
|
|
|
- }
|
|
|
- ],
|
|
|
- "fontFamilies": [
|
|
|
- {
|
|
|
- "fontFamily": "\"Poppins\", sans-serif",
|
|
|
- "slug": "base",
|
|
|
- "name": "Poppins"
|
|
|
- },
|
|
|
- {
|
|
|
- "fontFamily": "-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Oxygen-Sans,Ubuntu,Cantarell,\"Helvetica Neue\",sans-serif",
|
|
|
- "slug": "system-font",
|
|
|
- "name": "System Font"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- "spacing": {
|
|
|
- "customPadding": true,
|
|
|
- "units": [
|
|
|
- "px",
|
|
|
- "em",
|
|
|
- "rem",
|
|
|
- "vh",
|
|
|
- "vw"
|
|
|
- ]
|
|
|
- },
|
|
|
- "layout": {
|
|
|
- "contentSize": "664px",
|
|
|
- "wideSize": "1128px"
|
|
|
- },
|
|
|
"custom": {
|
|
|
- "color": {
|
|
|
- "primary": "var(--wp--preset--color--pink)",
|
|
|
- "secondary": "var(--wp--preset--color--darker-blue)",
|
|
|
- "tertiary": "var(--wp--preset--color--almost-white)",
|
|
|
- "foreground": "var(--wp--preset--color--pink)",
|
|
|
- "background": "var(--wp--preset--color--blue)",
|
|
|
- "selection": "var(--wp--preset--color--darker-blue)"
|
|
|
- },
|
|
|
- "margin": {
|
|
|
- "baseline": "10px",
|
|
|
- "horizontal": "20px",
|
|
|
- "vertical": "30px"
|
|
|
- },
|
|
|
"alignment": {
|
|
|
"alignedMaxWidth": "50%"
|
|
|
},
|
|
|
"button": {
|
|
|
- "typography": {
|
|
|
- "fontWeight": "600",
|
|
|
- "fontFamily": "var(--wp--preset--font-family--base)",
|
|
|
- "fontSize": "20px",
|
|
|
- "lineHeight": 2
|
|
|
- },
|
|
|
"border": {
|
|
|
+ "color": "var(--wp--custom--button--color--text)",
|
|
|
"radius": "0",
|
|
|
- "width": "0",
|
|
|
"style": "solid",
|
|
|
- "color": "var(--wp--custom--button--color--text)"
|
|
|
+ "width": "0"
|
|
|
},
|
|
|
"color": {
|
|
|
- "text": "var(--wp--custom--color--background)",
|
|
|
"background": "var(--wp--custom--color--foreground)",
|
|
|
"hoverText": "var(--wp--custom--color--foreground)",
|
|
|
- "hoverBackground": "transparent"
|
|
|
+ "hoverBackground": "transparent",
|
|
|
+ "text": "var(--wp--custom--color--background)"
|
|
|
+ },
|
|
|
+ "typography": {
|
|
|
+ "fontFamily": "var(--wp--preset--font-family--base)",
|
|
|
+ "fontSize": "20px",
|
|
|
+ "fontWeight": "600",
|
|
|
+ "lineHeight": 2
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "code": {
|
|
|
+ "typography": {
|
|
|
+ "fontFamily": "monospace"
|
|
|
}
|
|
|
},
|
|
|
+ "color": {
|
|
|
+ "primary": "var(--wp--preset--color--pink)",
|
|
|
+ "secondary": "var(--wp--preset--color--darker-blue)",
|
|
|
+ "tertiary": "var(--wp--preset--color--almost-white)",
|
|
|
+ "foreground": "var(--wp--preset--color--pink)",
|
|
|
+ "background": "var(--wp--preset--color--blue)",
|
|
|
+ "selection": "var(--wp--preset--color--darker-blue)"
|
|
|
+ },
|
|
|
"form": {
|
|
|
"padding": "calc( 0.5 * var(--wp--custom--margin--horizontal) )",
|
|
|
"border": {
|
|
|
- "radius": "0",
|
|
|
"color": "#EFEFEF",
|
|
|
- "width": "2px",
|
|
|
- "style": "solid"
|
|
|
+ "radius": "0",
|
|
|
+ "style": "solid",
|
|
|
+ "width": "2px"
|
|
|
},
|
|
|
"color": {
|
|
|
- "text": "var(--wp--custom--color--foreground)",
|
|
|
"background": "transparent",
|
|
|
- "boxShadow": "none"
|
|
|
+ "boxShadow": "none",
|
|
|
+ "text": "var(--wp--custom--color--foreground)"
|
|
|
},
|
|
|
"label": {
|
|
|
"typography": {
|
|
@@ -166,72 +110,11 @@
|
|
|
"fontSize": "var(--wp--preset--font-size--normal)"
|
|
|
}
|
|
|
},
|
|
|
- "paragraph": {
|
|
|
- "dropcap": {
|
|
|
- "margin": "0 .2em .2em 0",
|
|
|
- "typography": {
|
|
|
- "fontFamily": "var(--wp--preset--font-family--base)",
|
|
|
- "fontSize": "var(--wp--preset--font-size--huge)",
|
|
|
- "fontWeight": "300"
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- "post-content": {
|
|
|
- "padding": {
|
|
|
- "left": "var(--wp--custom--margin--horizontal)",
|
|
|
- "right": "var(--wp--custom--margin--horizontal)"
|
|
|
- }
|
|
|
- },
|
|
|
"gallery": {
|
|
|
"caption": {
|
|
|
"fontSize": "var(--wp--preset--font-size--small)"
|
|
|
}
|
|
|
},
|
|
|
- "code": {
|
|
|
- "typography": {
|
|
|
- "fontFamily": "monospace"
|
|
|
- }
|
|
|
- },
|
|
|
- "quote": {
|
|
|
- "typography": {
|
|
|
- "textAlign": "left"
|
|
|
- },
|
|
|
- "citation": {
|
|
|
- "typography": {
|
|
|
- "fontSize": "var(--wp--preset--font-size--tiny)",
|
|
|
- "fontStyle": "normal",
|
|
|
- "fontWeight": "300"
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- "pullquote": {
|
|
|
- "typography": {
|
|
|
- "textAlign": "left"
|
|
|
- },
|
|
|
- "citation": {
|
|
|
- "typography": {
|
|
|
- "fontSize": "var(--wp--preset--font-size--tiny)",
|
|
|
- "fontFamily": "inherit",
|
|
|
- "fontStyle": "italic"
|
|
|
- },
|
|
|
- "spacing": {
|
|
|
- "margin": {
|
|
|
- "top": "var(--wp--custom--margin--vertical)"
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- "separator": {
|
|
|
- "margin": "var(--wp--custom--margin--vertical) auto",
|
|
|
- "opacity": 1,
|
|
|
- "width": "150px"
|
|
|
- },
|
|
|
- "video": {
|
|
|
- "caption": {
|
|
|
- "margin": "var(--wp--custom--margin--vertical) auto",
|
|
|
- "textAlign": "center"
|
|
|
- }
|
|
|
- },
|
|
|
"heading": {
|
|
|
"typography": {
|
|
|
"fontWeight": "500",
|
|
@@ -244,14 +127,19 @@
|
|
|
"left": "calc( 2 * var(--wp--custom--margin--horizontal) )"
|
|
|
}
|
|
|
},
|
|
|
+ "margin": {
|
|
|
+ "baseline": "10px",
|
|
|
+ "horizontal": "20px",
|
|
|
+ "vertical": "30px"
|
|
|
+ },
|
|
|
"navigation": {
|
|
|
"mobile": {
|
|
|
"menu": {
|
|
|
- "openLabel": "☰",
|
|
|
- "closeLabel": "╳",
|
|
|
"color": {
|
|
|
"text": "var(--wp--custom--color--foreground)"
|
|
|
},
|
|
|
+ "closeLabel": "╳",
|
|
|
+ "openLabel": "☰",
|
|
|
"typography": {
|
|
|
"fontWeight": 500,
|
|
|
"fontSize": "24px",
|
|
@@ -259,39 +147,42 @@
|
|
|
}
|
|
|
},
|
|
|
"padding": "10px",
|
|
|
- "verticalAlignment": "center",
|
|
|
- "horizontalAlignment": "center",
|
|
|
"typography": {
|
|
|
"fontWeight": 200,
|
|
|
"fontSize": "20px",
|
|
|
"fontFamily": "var(--wp--custom--font-family--base)"
|
|
|
- }
|
|
|
+ },
|
|
|
+ "horizontalAlignment": "center",
|
|
|
+ "verticalAlignment": "center"
|
|
|
},
|
|
|
"padding": "10px",
|
|
|
"submenu": {
|
|
|
- "padding": "8px",
|
|
|
- "shadow": "1px 1px 3px 0px rgba(0,0,0,.2)",
|
|
|
- "border": {
|
|
|
- "radius": "0",
|
|
|
- "color": "0",
|
|
|
- "width": "1px",
|
|
|
- "style": "none"
|
|
|
- },
|
|
|
"color": {
|
|
|
"text": "var(--wp--custom--color--foreground)",
|
|
|
"background": "var(--wp--custom--color--background)",
|
|
|
"hoverText": "var(--wp--custom--color--secondary)",
|
|
|
"hoverBackground": "var(--wp--custom--color--background)"
|
|
|
- }
|
|
|
+ },
|
|
|
+ "border": {
|
|
|
+ "color": "0",
|
|
|
+ "radius": "0",
|
|
|
+ "style": "none",
|
|
|
+ "width": "1px"
|
|
|
+ },
|
|
|
+ "padding": "8px",
|
|
|
+ "shadow": "1px 1px 3px 0px rgba(0,0,0,.2)"
|
|
|
},
|
|
|
"color": {
|
|
|
"hoverText": "var(--wp--custom--color--primary)"
|
|
|
}
|
|
|
},
|
|
|
- "table": {
|
|
|
- "figcaption": {
|
|
|
+ "paragraph": {
|
|
|
+ "dropcap": {
|
|
|
+ "margin": "0 .2em .2em 0",
|
|
|
"typography": {
|
|
|
- "fontSize": "var(--wp--preset--font-size--tiny)"
|
|
|
+ "fontFamily": "var(--wp--preset--font-family--base)",
|
|
|
+ "fontSize": "var(--wp--preset--font-size--huge)",
|
|
|
+ "fontWeight": "300"
|
|
|
}
|
|
|
}
|
|
|
},
|
|
@@ -300,6 +191,59 @@
|
|
|
"fontWeight": "normal"
|
|
|
}
|
|
|
},
|
|
|
+ "post-content": {
|
|
|
+ "padding": {
|
|
|
+ "left": "var(--wp--custom--margin--horizontal)",
|
|
|
+ "right": "var(--wp--custom--margin--horizontal)"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "pullquote": {
|
|
|
+ "citation": {
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "var(--wp--preset--font-size--tiny)",
|
|
|
+ "fontFamily": "inherit",
|
|
|
+ "fontStyle": "italic"
|
|
|
+ },
|
|
|
+ "spacing": {
|
|
|
+ "margin": {
|
|
|
+ "top": "var(--wp--custom--margin--vertical)"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "typography": {
|
|
|
+ "textAlign": "left"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "quote": {
|
|
|
+ "citation": {
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "var(--wp--preset--font-size--tiny)",
|
|
|
+ "fontStyle": "normal",
|
|
|
+ "fontWeight": "300"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "typography": {
|
|
|
+ "textAlign": "left"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "separator": {
|
|
|
+ "opacity": 1,
|
|
|
+ "margin": "var(--wp--custom--margin--vertical) auto",
|
|
|
+ "width": "150px"
|
|
|
+ },
|
|
|
+ "table": {
|
|
|
+ "figcaption": {
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "var(--wp--preset--font-size--tiny)"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "video": {
|
|
|
+ "caption": {
|
|
|
+ "textAlign": "center",
|
|
|
+ "margin": "var(--wp--custom--margin--vertical) auto"
|
|
|
+ }
|
|
|
+ },
|
|
|
"fontsToLoadFromGoogle": [
|
|
|
"family=Poppins:ital,wght@0,300;0,400;0,500;0,600;1,400"
|
|
|
],
|
|
@@ -315,79 +259,87 @@
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
- "border": {
|
|
|
- "customColor": true,
|
|
|
- "customRadius": true,
|
|
|
- "customStyle": true,
|
|
|
- "customWidth": true
|
|
|
- }
|
|
|
- },
|
|
|
- "styles": {
|
|
|
- "color": {
|
|
|
- "background": "var(--wp--custom--color--background)",
|
|
|
- "text": "var(--wp--custom--color--foreground)"
|
|
|
+ "layout": {
|
|
|
+ "contentSize": "664px",
|
|
|
+ "wideSize": "1128px"
|
|
|
},
|
|
|
- "typography": {
|
|
|
- "fontSize": "20px",
|
|
|
- "lineHeight": "var(--wp--custom--line-height--body)",
|
|
|
- "fontFamily": "var(--wp--preset--font-family--base)",
|
|
|
- "fontWeight": "300"
|
|
|
+ "spacing": {
|
|
|
+ "customPadding": true,
|
|
|
+ "units": [
|
|
|
+ "px",
|
|
|
+ "em",
|
|
|
+ "rem",
|
|
|
+ "vh",
|
|
|
+ "vw"
|
|
|
+ ]
|
|
|
},
|
|
|
- "blocks": {
|
|
|
- "core/post-content": {
|
|
|
- "spacing": {
|
|
|
- "padding": {
|
|
|
- "left": "var(--wp--custom--post-content--padding--left)",
|
|
|
- "right": "var(--wp--custom--post-content--padding--right)"
|
|
|
- }
|
|
|
+ "typography": {
|
|
|
+ "customFontSize": true,
|
|
|
+ "customLineHeight": true,
|
|
|
+ "fontFamilies": [
|
|
|
+ {
|
|
|
+ "fontFamily": "\"Poppins\", sans-serif",
|
|
|
+ "slug": "base",
|
|
|
+ "name": "Poppins"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "fontFamily": "-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Oxygen-Sans,Ubuntu,Cantarell,\"Helvetica Neue\",sans-serif",
|
|
|
+ "slug": "system-font",
|
|
|
+ "name": "System Font"
|
|
|
}
|
|
|
- },
|
|
|
- "core/button": {
|
|
|
- "color": {
|
|
|
- "text": "var(--wp--custom--button--color--text)",
|
|
|
- "background": "var(--wp--custom--button--color--background)"
|
|
|
+ ],
|
|
|
+ "fontSizes": [
|
|
|
+ {
|
|
|
+ "name": "Tiny",
|
|
|
+ "size": "15px",
|
|
|
+ "slug": "tiny"
|
|
|
},
|
|
|
- "typography": {
|
|
|
- "fontWeight": "var(--wp--custom--button--typography--font-weight)",
|
|
|
- "fontFamily": "var(--wp--custom--button--typography--font-family)",
|
|
|
- "fontSize": "var(--wp--custom--button--typography--font-size)",
|
|
|
- "lineHeight": "var(--wp--custom--button--typography--line-height)"
|
|
|
+ {
|
|
|
+ "name": "Small",
|
|
|
+ "size": "17px",
|
|
|
+ "slug": "small"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Normal",
|
|
|
+ "size": "18px",
|
|
|
+ "slug": "normal"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Large",
|
|
|
+ "size": "22px",
|
|
|
+ "slug": "large"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Extra Large",
|
|
|
+ "size": "min(max(28px, 5vw), 35px)",
|
|
|
+ "slug": "extra-large"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "Huge",
|
|
|
+ "size": "min(max(36px, 5vw), 48px)",
|
|
|
+ "slug": "huge"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "styles": {
|
|
|
+ "blocks": {
|
|
|
+ "core/button": {
|
|
|
"border": {
|
|
|
+ "color": "var(--wp--custom--button--border--color)",
|
|
|
"radius": "var(--wp--custom--button--border--radius)",
|
|
|
"style": "var(--wp--custom--button--border--style)",
|
|
|
- "width": "var(--wp--custom--button--border--width)",
|
|
|
- "color": "var(--wp--custom--button--border--color)"
|
|
|
- }
|
|
|
- },
|
|
|
- "core/post-title": {
|
|
|
- "typography": {
|
|
|
- "fontSize": "min(max(36px, 5vw), 65px)",
|
|
|
- "lineHeight": "var(--wp--custom--line-height--headings--h2)",
|
|
|
- "fontWeight": "500"
|
|
|
- }
|
|
|
- },
|
|
|
- "core/post-date": {
|
|
|
- "color": {
|
|
|
- "text": "var(--wp--custom--color--foreground)",
|
|
|
- "link": "var(--wp--custom--color--foreground)"
|
|
|
- },
|
|
|
- "typography": {
|
|
|
- "fontSize": "var(--wp--preset--font-size--small)"
|
|
|
- }
|
|
|
- },
|
|
|
- "core/site-title": {
|
|
|
- "typography": {
|
|
|
- "fontSize": "20px",
|
|
|
- "fontWeight": 800
|
|
|
+ "width": "var(--wp--custom--button--border--width)"
|
|
|
},
|
|
|
"color": {
|
|
|
- "link": "var(--wp--custom--color--primary)"
|
|
|
- }
|
|
|
- },
|
|
|
- "core/navigation": {
|
|
|
+ "background": "var(--wp--custom--button--color--background)",
|
|
|
+ "text": "var(--wp--custom--button--color--text)"
|
|
|
+ },
|
|
|
"typography": {
|
|
|
- "fontSize": "var(--wp--preset--font-size--small)"
|
|
|
+ "fontFamily": "var(--wp--custom--button--typography--font-family)",
|
|
|
+ "fontSize": "var(--wp--custom--button--typography--font-size)",
|
|
|
+ "fontWeight": "var(--wp--custom--button--typography--font-weight)",
|
|
|
+ "lineHeight": "var(--wp--custom--button--typography--line-height)"
|
|
|
}
|
|
|
},
|
|
|
"core/code": {
|
|
@@ -400,53 +352,65 @@
|
|
|
}
|
|
|
},
|
|
|
"border": {
|
|
|
- "radius": "0px",
|
|
|
"color": "#CCCCCC",
|
|
|
+ "radius": "0px",
|
|
|
"style": "solid",
|
|
|
"width": "0px"
|
|
|
},
|
|
|
+ "color": {
|
|
|
+ "background": "var(--wp--custom--color--secondary)"
|
|
|
+ },
|
|
|
"typography": {
|
|
|
- "fontWeight": "400",
|
|
|
"fontSize": "20px",
|
|
|
+ "fontWeight": "400",
|
|
|
"lineHeight": "1.6"
|
|
|
- },
|
|
|
- "color": {
|
|
|
- "background": "var(--wp--custom--color--secondary)"
|
|
|
}
|
|
|
},
|
|
|
- "core/quote": {
|
|
|
+ "core/heading": {
|
|
|
"typography": {
|
|
|
- "fontSize": "25px",
|
|
|
- "fontStyle": "normal",
|
|
|
- "fontWeight": "normal",
|
|
|
- "lineHeight": "40px"
|
|
|
- },
|
|
|
- "border": {
|
|
|
- "color": "var(--wp--custom--color--secondary)",
|
|
|
- "style": "solid",
|
|
|
- "width": "0px"
|
|
|
- },
|
|
|
+ "fontFamily": "var(--wp--preset--font-family--base)",
|
|
|
+ "fontWeight": "var(--wp--custom--heading--typography--font-weight)",
|
|
|
+ "lineHeight": "var(--wp--custom--heading--typography--line-height)"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/navigation": {
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "var(--wp--preset--font-size--small)"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/post-content": {
|
|
|
"spacing": {
|
|
|
"padding": {
|
|
|
- "left": "calc( var(--wp--custom--margin--horizontal) * 3 )"
|
|
|
- }
|
|
|
- },
|
|
|
- "citation": {
|
|
|
- "typography": {
|
|
|
- "fontWeight": "300",
|
|
|
- "fontSize": "15px"
|
|
|
+ "left": "var(--wp--custom--post-content--padding--left)",
|
|
|
+ "right": "var(--wp--custom--post-content--padding--right)"
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
- "core/pullquote": {
|
|
|
+ "core/post-title": {
|
|
|
"typography": {
|
|
|
- "fontSize": "var(--wp--preset--font-size--huge)",
|
|
|
- "fontStyle": "italic"
|
|
|
+ "fontSize": "min(max(36px, 5vw), 65px)",
|
|
|
+ "lineHeight": "var(--wp--custom--line-height--headings--h2)",
|
|
|
+ "fontWeight": "500"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/post-date": {
|
|
|
+ "color": {
|
|
|
+ "link": "var(--wp--custom--color--foreground)",
|
|
|
+ "text": "var(--wp--custom--color--foreground)"
|
|
|
},
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "var(--wp--preset--font-size--small)"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/pullquote": {
|
|
|
"border": {
|
|
|
"style": "solid",
|
|
|
"width": "1px 0"
|
|
|
},
|
|
|
+ "typography": {
|
|
|
+ "fontStyle": "italic",
|
|
|
+ "fontSize": "var(--wp--preset--font-size--huge)"
|
|
|
+ },
|
|
|
"spacing": {
|
|
|
"padding": {
|
|
|
"left": "var(--wp--custom--margin--horizontal)",
|
|
@@ -466,20 +430,45 @@
|
|
|
"width": "0 0 1px 0"
|
|
|
}
|
|
|
},
|
|
|
- "core/heading": {
|
|
|
+ "core/site-title": {
|
|
|
"typography": {
|
|
|
- "fontFamily": "var(--wp--preset--font-family--base)",
|
|
|
- "lineHeight": "var(--wp--custom--heading--typography--line-height)",
|
|
|
- "fontWeight": "var(--wp--custom--heading--typography--font-weight)"
|
|
|
+ "fontSize": "20px",
|
|
|
+ "fontWeight": 800
|
|
|
+ },
|
|
|
+ "color": {
|
|
|
+ "link": "var(--wp--custom--color--primary)"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/quote": {
|
|
|
+ "border": {
|
|
|
+ "color": "var(--wp--custom--color--secondary)",
|
|
|
+ "style": "solid",
|
|
|
+ "width": "0px"
|
|
|
+ },
|
|
|
+ "spacing": {
|
|
|
+ "padding": {
|
|
|
+ "left": "calc( var(--wp--custom--margin--horizontal) * 3 )"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "25px",
|
|
|
+ "fontStyle": "normal",
|
|
|
+ "fontWeight": "normal",
|
|
|
+ "lineHeight": "40px"
|
|
|
+ },
|
|
|
+ "citation": {
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "15px",
|
|
|
+ "fontWeight": "300"
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
+ "color": {
|
|
|
+ "background": "var(--wp--custom--color--background)",
|
|
|
+ "text": "var(--wp--custom--color--foreground)"
|
|
|
+ },
|
|
|
"elements": {
|
|
|
- "link": {
|
|
|
- "color": {
|
|
|
- "text": "var(--wp--custom--color--foreground)"
|
|
|
- }
|
|
|
- },
|
|
|
"h1": {
|
|
|
"typography": {
|
|
|
"fontSize": "min(max(48px, 7vw), 80px)",
|
|
@@ -515,7 +504,18 @@
|
|
|
"fontSize": "16px",
|
|
|
"lineHeight": "var(--wp--custom--line-height--headings--h6)"
|
|
|
}
|
|
|
+ },
|
|
|
+ "link": {
|
|
|
+ "color": {
|
|
|
+ "text": "var(--wp--custom--color--foreground)"
|
|
|
+ }
|
|
|
}
|
|
|
+ },
|
|
|
+ "typography": {
|
|
|
+ "lineHeight": "var(--wp--custom--line-height--body)",
|
|
|
+ "fontFamily": "var(--wp--preset--font-family--base)",
|
|
|
+ "fontSize": "20px",
|
|
|
+ "fontWeight": "300"
|
|
|
}
|
|
|
}
|
|
|
}
|