|
@@ -110,17 +110,18 @@
|
|
|
}
|
|
|
},
|
|
|
"styles": {
|
|
|
- "color": {
|
|
|
- "background": "var(--wp--preset--color--background)",
|
|
|
- "text": "var(--wp--preset--color--foreground)",
|
|
|
- "link": "var(--wp--preset--color--foreground)"
|
|
|
- },
|
|
|
- "typography": {
|
|
|
- "fontSize": "var(--wp--preset--font-size--normal)",
|
|
|
- "lineHeight": "var(--wp--custom--line-height--body)",
|
|
|
- "fontFamily": "var(--wp--preset--font-family--poppins)"
|
|
|
+ "root": {
|
|
|
+ "color": {
|
|
|
+ "background": "var(--wp--preset--color--background)",
|
|
|
+ "text": "var(--wp--preset--color--foreground)",
|
|
|
+ "link": "var(--wp--preset--color--foreground)"
|
|
|
+ },
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "var(--wp--preset--font-size--normal)",
|
|
|
+ "lineHeight": "var(--wp--custom--line-height--body)",
|
|
|
+ "fontFamily": "var(--wp--preset--font-family--poppins)"
|
|
|
+ }
|
|
|
},
|
|
|
-
|
|
|
"core/heading/h1": {
|
|
|
"typography": {
|
|
|
"fontSize": "41.47px",
|