|
@@ -98,7 +98,7 @@
|
|
|
}
|
|
|
},
|
|
|
"typography": {
|
|
|
- "fontSize": "var(--wp--preset--font-size--normal)",
|
|
|
+ "fontSize": "var(--wp--preset--font-size--medium)",
|
|
|
"fontWeight": "normal",
|
|
|
"lineHeight": 2
|
|
|
}
|
|
@@ -190,14 +190,14 @@
|
|
|
}
|
|
|
},
|
|
|
"typography": {
|
|
|
- "fontSize": "var(--wp--preset--font-size--tiny)",
|
|
|
+ "fontSize": "var(--wp--preset--font-size--xs)",
|
|
|
"fontWeight": "normal",
|
|
|
"letterSpacing": "normal",
|
|
|
"textTransform": "none"
|
|
|
}
|
|
|
},
|
|
|
"typography": {
|
|
|
- "fontSize": "var(--wp--preset--font-size--normal)"
|
|
|
+ "fontSize": "var(--wp--preset--font-size--medium)"
|
|
|
}
|
|
|
},
|
|
|
"gallery": {
|
|
@@ -254,14 +254,14 @@
|
|
|
},
|
|
|
"post-comment": {
|
|
|
"typography": {
|
|
|
- "fontSize": "var(--wp--preset--font-size--normal)",
|
|
|
+ "fontSize": "var(--wp--preset--font-size--medium)",
|
|
|
"lineHeight": "var(--wp--custom--body--typography--line-height)"
|
|
|
}
|
|
|
},
|
|
|
"pullquote": {
|
|
|
"citation": {
|
|
|
"typography": {
|
|
|
- "fontSize": "var(--wp--preset--font-size--tiny)",
|
|
|
+ "fontSize": "var(--wp--preset--font-size--xs)",
|
|
|
"fontFamily": "inherit",
|
|
|
"fontStyle": "italic"
|
|
|
},
|
|
@@ -278,7 +278,7 @@
|
|
|
"quote": {
|
|
|
"citation": {
|
|
|
"typography": {
|
|
|
- "fontSize": "var(--wp--preset--font-size--tiny)",
|
|
|
+ "fontSize": "var(--wp--preset--font-size--xs)",
|
|
|
"fontStyle": "italic",
|
|
|
"fontWeight": "400"
|
|
|
}
|
|
@@ -295,7 +295,7 @@
|
|
|
"table": {
|
|
|
"figcaption": {
|
|
|
"typography": {
|
|
|
- "fontSize": "var(--wp--preset--font-size--tiny)"
|
|
|
+ "fontSize": "var(--wp--preset--font-size--xs)"
|
|
|
}
|
|
|
}
|
|
|
},
|
|
@@ -334,9 +334,9 @@
|
|
|
],
|
|
|
"fontSizes": [
|
|
|
{
|
|
|
- "name": "Tiny",
|
|
|
+ "name": "Extra Small",
|
|
|
"size": "14px",
|
|
|
- "slug": "tiny"
|
|
|
+ "slug": "xs"
|
|
|
},
|
|
|
{
|
|
|
"name": "Small",
|
|
@@ -344,9 +344,9 @@
|
|
|
"slug": "small"
|
|
|
},
|
|
|
{
|
|
|
- "name": "Normal",
|
|
|
+ "name": "Medium",
|
|
|
"size": "18px",
|
|
|
- "slug": "normal"
|
|
|
+ "slug": "medium"
|
|
|
},
|
|
|
{
|
|
|
"name": "Large",
|
|
@@ -354,9 +354,9 @@
|
|
|
"slug": "large"
|
|
|
},
|
|
|
{
|
|
|
- "name": "Huge",
|
|
|
+ "name": "Extra Large",
|
|
|
"size": "28px",
|
|
|
- "slug": "huge"
|
|
|
+ "slug": "xl"
|
|
|
}
|
|
|
]
|
|
|
}
|
|
@@ -406,23 +406,33 @@
|
|
|
},
|
|
|
"core/navigation": {
|
|
|
"typography": {
|
|
|
- "fontSize": "var(--wp--preset--font-size--normal)"
|
|
|
+ "fontSize": "var(--wp--preset--font-size--medium)"
|
|
|
}
|
|
|
},
|
|
|
"core/post-title": {
|
|
|
"typography": {
|
|
|
"fontFamily": "var(--wp--preset--font-family--system-font)",
|
|
|
- "fontSize": "var(--wp--preset--font-size--huge)",
|
|
|
+ "fontSize": "var(--wp--preset--font-size--xl)",
|
|
|
"lineHeight": "var(--wp--custom--heading--typography--line-height)"
|
|
|
}
|
|
|
},
|
|
|
+ "core/post-author": {
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "var(--wp--preset--font-size--xs)"
|
|
|
+ }
|
|
|
+ },
|
|
|
"core/post-date": {
|
|
|
"color": {
|
|
|
"link": "var(--wp--custom--color--foreground)",
|
|
|
"text": "var(--wp--custom--color--foreground)"
|
|
|
},
|
|
|
"typography": {
|
|
|
- "fontSize": "var(--wp--preset--font-size--small)"
|
|
|
+ "fontSize": "var(--wp--preset--font-size--xs)"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/post-terms": {
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "var(--wp--preset--font-size--xs)"
|
|
|
}
|
|
|
},
|
|
|
"core/pullquote": {
|
|
@@ -432,7 +442,7 @@
|
|
|
},
|
|
|
"typography": {
|
|
|
"fontStyle": "italic",
|
|
|
- "fontSize": "var(--wp--preset--font-size--huge)"
|
|
|
+ "fontSize": "var(--wp--preset--font-size--xl)"
|
|
|
},
|
|
|
"spacing": {
|
|
|
"padding": {
|
|
@@ -443,22 +453,6 @@
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
- "core/separator": {
|
|
|
- "color": {
|
|
|
- "text": "var(--wp--custom--color--foreground)"
|
|
|
- },
|
|
|
- "border": {
|
|
|
- "color": "currentColor",
|
|
|
- "style": "solid",
|
|
|
- "width": "0 0 1px 0"
|
|
|
- }
|
|
|
- },
|
|
|
- "core/site-title": {
|
|
|
- "typography": {
|
|
|
- "fontSize": "var(--wp--preset--font-size--normal)",
|
|
|
- "fontWeight": 700
|
|
|
- }
|
|
|
- },
|
|
|
"core/quote": {
|
|
|
"border": {
|
|
|
"color": "var(--wp--custom--color--primary)",
|
|
@@ -471,9 +465,25 @@
|
|
|
}
|
|
|
},
|
|
|
"typography": {
|
|
|
- "fontSize": "var(--wp--preset--font-size--normal)",
|
|
|
+ "fontSize": "var(--wp--preset--font-size--medium)",
|
|
|
"fontStyle": "normal"
|
|
|
}
|
|
|
+ },
|
|
|
+ "core/separator": {
|
|
|
+ "color": {
|
|
|
+ "text": "var(--wp--custom--color--foreground)"
|
|
|
+ },
|
|
|
+ "border": {
|
|
|
+ "color": "currentColor",
|
|
|
+ "style": "solid",
|
|
|
+ "width": "0 0 1px 0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/site-title": {
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "var(--wp--preset--font-size--medium)",
|
|
|
+ "fontWeight": 700
|
|
|
+ }
|
|
|
}
|
|
|
},
|
|
|
"color": {
|
|
@@ -514,7 +524,7 @@
|
|
|
"fontFamily": "var(--wp--preset--font-family--system-font)",
|
|
|
"fontWeight": "var(--wp--custom--heading--typography--font-weight)",
|
|
|
"lineHeight": "var(--wp--custom--heading--typography--line-height)",
|
|
|
- "fontSize": "var(--wp--preset--font-size--huge)"
|
|
|
+ "fontSize": "var(--wp--preset--font-size--xl)"
|
|
|
},
|
|
|
"spacing": {
|
|
|
"margin": {
|
|
@@ -542,7 +552,7 @@
|
|
|
"fontFamily": "var(--wp--preset--font-family--system-font)",
|
|
|
"fontWeight": "var(--wp--custom--heading--typography--font-weight)",
|
|
|
"lineHeight": "var(--wp--custom--heading--typography--line-height)",
|
|
|
- "fontSize": "var(--wp--preset--font-size--normal)"
|
|
|
+ "fontSize": "var(--wp--preset--font-size--medium)"
|
|
|
},
|
|
|
"spacing": {
|
|
|
"margin": {
|
|
@@ -577,7 +587,7 @@
|
|
|
"typography": {
|
|
|
"lineHeight": "var(--wp--custom--body--typography--line-height)",
|
|
|
"fontFamily": "var(--wp--preset--font-family--system-font)",
|
|
|
- "fontSize": "var(--wp--preset--font-size--normal)"
|
|
|
+ "fontSize": "var(--wp--preset--font-size--medium)"
|
|
|
}
|
|
|
}
|
|
|
}
|