|
@@ -158,11 +158,6 @@
|
|
|
}
|
|
|
],
|
|
|
"fontSizes": [
|
|
|
- {
|
|
|
- "name": "Extra Small",
|
|
|
- "size": "0.9rem",
|
|
|
- "slug": "x-small"
|
|
|
- },
|
|
|
{
|
|
|
"name": "Small",
|
|
|
"size": "1rem",
|
|
@@ -209,7 +204,7 @@
|
|
|
},
|
|
|
"typography": {
|
|
|
"fontFamily": "var(--wp--preset--font-family--body-font)",
|
|
|
- "fontSize": "var(--wp--preset--font-size--x-small)",
|
|
|
+ "fontSize": "0.9rem",
|
|
|
"letterSpacing": "0.1em",
|
|
|
"textTransform": "uppercase",
|
|
|
"fontWeight": "600",
|
|
@@ -219,7 +214,7 @@
|
|
|
"core/categories": {
|
|
|
"typography": {
|
|
|
"fontFamily": "var(--wp--preset--font-family--body-font)",
|
|
|
- "fontSize": "var(--wp--preset--font-size--x-small)",
|
|
|
+ "fontSize": "0.9rem",
|
|
|
"fontWeight": "500",
|
|
|
"letterSpacing": "0.1em",
|
|
|
"textTransform": "uppercase",
|
|
@@ -261,20 +256,20 @@
|
|
|
"typography": {
|
|
|
"fontWeight": "500",
|
|
|
"textTransform": "uppercase",
|
|
|
- "fontSize": "var(--wp--preset--font-size--x-small)"
|
|
|
+ "fontSize": "0.9rem"
|
|
|
}
|
|
|
},
|
|
|
"core/query-pagination-numbers": {
|
|
|
"typography": {
|
|
|
"fontWeight": "500",
|
|
|
- "fontSize": "var(--wp--preset--font-size--x-small)"
|
|
|
+ "fontSize": "0.9rem"
|
|
|
}
|
|
|
},
|
|
|
"core/query-pagination-previous": {
|
|
|
"typography": {
|
|
|
"fontWeight": "500",
|
|
|
"textTransform": "uppercase",
|
|
|
- "fontSize": "var(--wp--preset--font-size--x-small)"
|
|
|
+ "fontSize": "0.9rem"
|
|
|
}
|
|
|
},
|
|
|
"core/quote": {
|
|
@@ -313,7 +308,7 @@
|
|
|
"fontStyle": "normal",
|
|
|
"fontWeight": "500",
|
|
|
"letterSpacing": "0.1em",
|
|
|
- "fontSize": "var:preset|font-size|x-small",
|
|
|
+ "fontSize": "0.9rem",
|
|
|
"textTransform": "uppercase"
|
|
|
}
|
|
|
}
|