|
@@ -129,15 +129,15 @@
|
|
|
}
|
|
|
},
|
|
|
"core/post-title": {
|
|
|
- "typography": {
|
|
|
- "fontSize": "var(--wp--preset--font-size--xx-large)"
|
|
|
- },
|
|
|
"elements": {
|
|
|
"link": {
|
|
|
"typography": {
|
|
|
"textDecoration": "none"
|
|
|
}
|
|
|
}
|
|
|
+ },
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "var(--wp--preset--font-size--xx-large)"
|
|
|
}
|
|
|
},
|
|
|
"core/query-pagination": {
|
|
@@ -176,13 +176,13 @@
|
|
|
"core/site-title": {
|
|
|
"elements": {
|
|
|
"link": {
|
|
|
- "typography": {
|
|
|
- "textDecoration": "none"
|
|
|
- },
|
|
|
"color": {
|
|
|
"text": {
|
|
|
"ref": "styles.color.text"
|
|
|
}
|
|
|
+ },
|
|
|
+ "typography": {
|
|
|
+ "textDecoration": "none"
|
|
|
}
|
|
|
}
|
|
|
},
|
|
@@ -226,8 +226,8 @@
|
|
|
}
|
|
|
},
|
|
|
"typography": {
|
|
|
- "textTransform": "uppercase",
|
|
|
- "fontWeight": "700"
|
|
|
+ "fontWeight": "700",
|
|
|
+ "textTransform": "uppercase"
|
|
|
}
|
|
|
},
|
|
|
"h1": {
|