|
@@ -19,6 +19,12 @@
|
|
|
}
|
|
|
],
|
|
|
"settings": {
|
|
|
+ "border": {
|
|
|
+ "customColor": true,
|
|
|
+ "customRadius": true,
|
|
|
+ "customStyle": true,
|
|
|
+ "customWidth": true
|
|
|
+ },
|
|
|
"color": {
|
|
|
"gradients": [],
|
|
|
"palette": [
|
|
@@ -49,123 +55,55 @@
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
- "typography": {
|
|
|
- "customFontSize": true,
|
|
|
- "customLineHeight": true,
|
|
|
- "fontSizes": [
|
|
|
- {
|
|
|
- "name": "Small",
|
|
|
- "size": "16.6px",
|
|
|
- "slug": "small"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Normal",
|
|
|
- "size": "20px",
|
|
|
- "slug": "normal"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Large",
|
|
|
- "size": "28.8px",
|
|
|
- "slug": "large"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Huge",
|
|
|
- "size": "34.56px",
|
|
|
- "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"
|
|
|
- },
|
|
|
- {
|
|
|
- "fontFamily": "Helvetica Neue, Helvetica, Arial, sans-serif",
|
|
|
- "slug": "helvetica-arial"
|
|
|
- },
|
|
|
- {
|
|
|
- "fontFamily": "Geneva, Tahoma, Verdana, sans-serif",
|
|
|
- "slug": "geneva-verdana"
|
|
|
- },
|
|
|
- {
|
|
|
- "fontFamily": "Cambria, Georgia, serif",
|
|
|
- "slug": "cambria-georgia"
|
|
|
- },
|
|
|
- {
|
|
|
- "fontFamily": "Hoefler Text, Baskerville Old Face, Garamond, Times New Roman, serif",
|
|
|
- "slug": "hoefler-times-new-roman"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- "spacing": {
|
|
|
- "customPadding": true,
|
|
|
- "units": [
|
|
|
- "px",
|
|
|
- "em",
|
|
|
- "rem",
|
|
|
- "vh",
|
|
|
- "vw"
|
|
|
- ]
|
|
|
- },
|
|
|
- "layout": {
|
|
|
- "contentSize": "782px",
|
|
|
- "wideSize": "1000px"
|
|
|
- },
|
|
|
"custom": {
|
|
|
- "color": {
|
|
|
- "primary": "var(--wp--preset--color--black)",
|
|
|
- "secondary": "var(--wp--preset--color--almost-black)",
|
|
|
- "tertiary": "var(--wp--preset--color--gray)",
|
|
|
- "foreground": "var(--wp--preset--color--black)",
|
|
|
- "background": "var(--wp--preset--color--white)",
|
|
|
- "selection": "lightblue"
|
|
|
- },
|
|
|
- "margin": {
|
|
|
- "baseline": "10px",
|
|
|
- "horizontal": "32px",
|
|
|
- "vertical": "30px"
|
|
|
- },
|
|
|
"alignment": {
|
|
|
"alignedMaxWidth": "50%"
|
|
|
},
|
|
|
"button": {
|
|
|
- "typography": {
|
|
|
- "fontWeight": "normal",
|
|
|
- "fontFamily": "var(--wp--preset--font-family--base)",
|
|
|
- "fontSize": "var(--wp--preset--font-size--normal)",
|
|
|
- "lineHeight": 2
|
|
|
- },
|
|
|
"border": {
|
|
|
+ "color": "var(--wp--custom--button--color--text)",
|
|
|
"radius": "4px",
|
|
|
- "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--secondary)",
|
|
|
"hoverText": "var(--wp--custom--color--background)",
|
|
|
- "hoverBackground": "var(--wp--custom--color--tertiary)"
|
|
|
+ "hoverBackground": "var(--wp--custom--color--tertiary)",
|
|
|
+ "text": "var(--wp--custom--color--background)"
|
|
|
+ },
|
|
|
+ "typography": {
|
|
|
+ "fontFamily": "var(--wp--preset--font-family--base)",
|
|
|
+ "fontSize": "var(--wp--preset--font-size--normal)",
|
|
|
+ "fontWeight": "normal",
|
|
|
+ "lineHeight": 2
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "code": {
|
|
|
+ "typography": {
|
|
|
+ "fontFamily": "monospace"
|
|
|
}
|
|
|
},
|
|
|
+ "color": {
|
|
|
+ "primary": "var(--wp--preset--color--black)",
|
|
|
+ "secondary": "var(--wp--preset--color--almost-black)",
|
|
|
+ "tertiary": "var(--wp--preset--color--gray)",
|
|
|
+ "foreground": "var(--wp--preset--color--black)",
|
|
|
+ "background": "var(--wp--preset--color--white)",
|
|
|
+ "selection": "lightblue"
|
|
|
+ },
|
|
|
"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": {
|
|
@@ -176,71 +114,11 @@
|
|
|
"fontSize": "var(--wp--preset--font-size--normal)"
|
|
|
}
|
|
|
},
|
|
|
- "paragraph": {
|
|
|
- "dropcap": {
|
|
|
- "margin": ".1em .1em 0 0",
|
|
|
- "typography": {
|
|
|
- "fontFamily": "var(--wp--preset--font-family--base)",
|
|
|
- "fontSize": "110px",
|
|
|
- "fontWeight": "400"
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- "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": "italic"
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- "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": 600,
|
|
@@ -253,14 +131,19 @@
|
|
|
"left": "calc( 2 * var(--wp--custom--margin--horizontal) )"
|
|
|
}
|
|
|
},
|
|
|
+ "margin": {
|
|
|
+ "baseline": "10px",
|
|
|
+ "horizontal": "32px",
|
|
|
+ "vertical": "30px"
|
|
|
+ },
|
|
|
"navigation": {
|
|
|
"mobile": {
|
|
|
"menu": {
|
|
|
- "openLabel": "☰",
|
|
|
- "closeLabel": "╳",
|
|
|
"color": {
|
|
|
"text": "var(--wp--custom--color--foreground)"
|
|
|
},
|
|
|
+ "closeLabel": "╳",
|
|
|
+ "openLabel": "☰",
|
|
|
"typography": {
|
|
|
"fontWeight": 500,
|
|
|
"fontSize": "24px",
|
|
@@ -268,32 +151,86 @@
|
|
|
}
|
|
|
},
|
|
|
"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)"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "paragraph": {
|
|
|
+ "dropcap": {
|
|
|
+ "margin": ".1em .1em 0 0",
|
|
|
+ "typography": {
|
|
|
+ "fontFamily": "var(--wp--preset--font-family--base)",
|
|
|
+ "fontSize": "110px",
|
|
|
+ "fontWeight": "400"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "post-author": {
|
|
|
+ "typography": {
|
|
|
+ "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": "italic"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "typography": {
|
|
|
+ "textAlign": "left"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "separator": {
|
|
|
+ "opacity": 1,
|
|
|
+ "margin": "var(--wp--custom--margin--vertical) auto",
|
|
|
+ "width": "150px"
|
|
|
+ },
|
|
|
"table": {
|
|
|
"figcaption": {
|
|
|
"typography": {
|
|
@@ -301,9 +238,10 @@
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
- "post-author": {
|
|
|
- "typography": {
|
|
|
- "fontWeight": "normal"
|
|
|
+ "video": {
|
|
|
+ "caption": {
|
|
|
+ "textAlign": "center",
|
|
|
+ "margin": "var(--wp--custom--margin--vertical) auto"
|
|
|
}
|
|
|
},
|
|
|
"fontsToLoadFromGoogle": [
|
|
@@ -318,74 +256,93 @@
|
|
|
"wide": "1022px"
|
|
|
}
|
|
|
},
|
|
|
- "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": "782px",
|
|
|
+ "wideSize": "1000px"
|
|
|
},
|
|
|
- "typography": {
|
|
|
- "fontSize": "var(--wp--preset--font-size--normal)",
|
|
|
- "lineHeight": "var(--wp--custom--line-height--body)",
|
|
|
- "fontFamily": "var(--wp--preset--font-family--base)"
|
|
|
+ "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"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "fontFamily": "Helvetica Neue, Helvetica, Arial, sans-serif",
|
|
|
+ "slug": "helvetica-arial"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "fontFamily": "Geneva, Tahoma, Verdana, sans-serif",
|
|
|
+ "slug": "geneva-verdana"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "fontFamily": "Cambria, Georgia, serif",
|
|
|
+ "slug": "cambria-georgia"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "fontFamily": "Hoefler Text, Baskerville Old Face, Garamond, Times New Roman, serif",
|
|
|
+ "slug": "hoefler-times-new-roman"
|
|
|
}
|
|
|
- },
|
|
|
- "core/button": {
|
|
|
- "color": {
|
|
|
- "text": "var(--wp--custom--button--color--text)",
|
|
|
- "background": "var(--wp--custom--color--primary)"
|
|
|
+ ],
|
|
|
+ "fontSizes": [
|
|
|
+ {
|
|
|
+ "name": "Small",
|
|
|
+ "size": "16.6px",
|
|
|
+ "slug": "small"
|
|
|
},
|
|
|
- "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": "Normal",
|
|
|
+ "size": "20px",
|
|
|
+ "slug": "normal"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "Large",
|
|
|
+ "size": "28.8px",
|
|
|
+ "slug": "large"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Huge",
|
|
|
+ "size": "34.56px",
|
|
|
+ "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": "var(--wp--preset--font-size--huge)",
|
|
|
- "lineHeight": "var(--wp--custom--line-height--headings)"
|
|
|
- }
|
|
|
- },
|
|
|
- "core/post-date": {
|
|
|
+ "width": "var(--wp--custom--button--border--width)"
|
|
|
+ },
|
|
|
"color": {
|
|
|
- "text": "var(--wp--custom--color--foreground-light)",
|
|
|
- "link": "var(--wp--custom--color--foreground-light)"
|
|
|
+ "background": "var(--wp--custom--color--primary)",
|
|
|
+ "text": "var(--wp--custom--button--color--text)"
|
|
|
},
|
|
|
"typography": {
|
|
|
- "fontSize": "var(--wp--preset--font-size--small)"
|
|
|
- }
|
|
|
- },
|
|
|
- "core/site-title": {
|
|
|
- "typography": {
|
|
|
- "fontSize": "var(--wp--preset--font-size--large)",
|
|
|
- "fontWeight": 700
|
|
|
- }
|
|
|
- },
|
|
|
- "core/navigation": {
|
|
|
- "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": {
|
|
@@ -398,37 +355,56 @@
|
|
|
}
|
|
|
},
|
|
|
"border": {
|
|
|
- "radius": "0px",
|
|
|
"color": "#CCCCCC",
|
|
|
+ "radius": "0px",
|
|
|
"style": "solid",
|
|
|
"width": "2px"
|
|
|
}
|
|
|
},
|
|
|
- "core/quote": {
|
|
|
+ "core/heading": {
|
|
|
"typography": {
|
|
|
- "fontSize": "var(--wp--preset--font-size--normal)",
|
|
|
- "fontStyle": "normal"
|
|
|
- },
|
|
|
- "border": {
|
|
|
- "color": "var(--wp--custom--color--secondary)",
|
|
|
- "style": "solid",
|
|
|
- "width": "0 0 0 1px"
|
|
|
- },
|
|
|
+ "fontFamily": "var(--wp--preset--font-family--base)",
|
|
|
+ "fontWeight": "var(--wp--custom--heading--typography--font-weight)",
|
|
|
+ "lineHeight": "var(--wp--custom--line-height--headings)"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/navigation": {
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "var(--wp--preset--font-size--small)"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/post-content": {
|
|
|
"spacing": {
|
|
|
"padding": {
|
|
|
- "left": "var(--wp--custom--margin--horizontal)"
|
|
|
+ "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"
|
|
|
+ "lineHeight": "var(--wp--custom--line-height--headings)"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/post-date": {
|
|
|
+ "color": {
|
|
|
+ "link": "var(--wp--custom--color--foreground-light)",
|
|
|
+ "text": "var(--wp--custom--color--foreground-light)"
|
|
|
},
|
|
|
+ "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)",
|
|
@@ -448,20 +424,34 @@
|
|
|
"width": "0 0 1px 0"
|
|
|
}
|
|
|
},
|
|
|
- "core/heading": {
|
|
|
+ "core/site-title": {
|
|
|
"typography": {
|
|
|
- "fontFamily": "var(--wp--preset--font-family--base)",
|
|
|
- "lineHeight": "var(--wp--custom--line-height--headings)",
|
|
|
- "fontWeight": "var(--wp--custom--heading--typography--font-weight)"
|
|
|
+ "fontSize": "var(--wp--preset--font-size--large)",
|
|
|
+ "fontWeight": 700
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/quote": {
|
|
|
+ "border": {
|
|
|
+ "color": "var(--wp--custom--color--secondary)",
|
|
|
+ "style": "solid",
|
|
|
+ "width": "0 0 0 1px"
|
|
|
+ },
|
|
|
+ "spacing": {
|
|
|
+ "padding": {
|
|
|
+ "left": "var(--wp--custom--margin--horizontal)"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "var(--wp--preset--font-size--normal)",
|
|
|
+ "fontStyle": "normal"
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
+ "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": "41.47px"
|
|
@@ -491,7 +481,17 @@
|
|
|
"typography": {
|
|
|
"fontSize": "var(--wp--preset--font-size--small)"
|
|
|
}
|
|
|
+ },
|
|
|
+ "link": {
|
|
|
+ "color": {
|
|
|
+ "text": "var(--wp--custom--color--foreground)"
|
|
|
+ }
|
|
|
}
|
|
|
+ },
|
|
|
+ "typography": {
|
|
|
+ "lineHeight": "var(--wp--custom--line-height--body)",
|
|
|
+ "fontFamily": "var(--wp--preset--font-family--base)",
|
|
|
+ "fontSize": "var(--wp--preset--font-size--normal)"
|
|
|
}
|
|
|
}
|
|
|
}
|