|
@@ -208,7 +208,8 @@
|
|
|
"typography": {
|
|
|
"fontSize": "var(--wp--preset--font-size--tiny)",
|
|
|
"fontFamily": "inherit",
|
|
|
- "fontStyle": "italic"
|
|
|
+ "fontStyle": "normal",
|
|
|
+ "fontWeight": 300
|
|
|
},
|
|
|
"spacing": {
|
|
|
"margin": {
|
|
@@ -411,16 +412,18 @@
|
|
|
"core/pullquote": {
|
|
|
"border": {
|
|
|
"style": "solid",
|
|
|
- "width": "1px 0"
|
|
|
+ "width": "1px 0 0 0"
|
|
|
},
|
|
|
"typography": {
|
|
|
- "fontStyle": "italic",
|
|
|
- "fontSize": "var(--wp--preset--font-size--huge)"
|
|
|
+ "fontStyle": "normal",
|
|
|
+ "fontSize": "var(--wp--preset--font-size--huge)",
|
|
|
+ "fontWeight": "500",
|
|
|
+ "lineHeight": "1.4"
|
|
|
},
|
|
|
"spacing": {
|
|
|
"padding": {
|
|
|
- "left": "var(--wp--custom--margin--horizontal)",
|
|
|
- "right": "var(--wp--custom--margin--horizontal)",
|
|
|
+ "left": "0px",
|
|
|
+ "right": "0px",
|
|
|
"top": "var(--wp--custom--margin--horizontal)",
|
|
|
"bottom": "var(--wp--custom--margin--horizontal)"
|
|
|
}
|
|
@@ -468,6 +471,11 @@
|
|
|
"fontWeight": "300"
|
|
|
}
|
|
|
}
|
|
|
+ },
|
|
|
+ "list": {
|
|
|
+ "padding": {
|
|
|
+ "left": "calc( 2 * var(--wp--custom--margin--horizontal) )"
|
|
|
+ }
|
|
|
}
|
|
|
},
|
|
|
"color": {
|