|
@@ -101,7 +101,7 @@
|
|
|
}
|
|
|
},
|
|
|
"typography": {
|
|
|
- "fontSize": "20px",
|
|
|
+ "fontSize": "var(--wp--preset--font-size--normal)",
|
|
|
"fontWeight": "700",
|
|
|
"lineHeight": 2
|
|
|
}
|
|
@@ -360,17 +360,17 @@
|
|
|
"fontSizes": [
|
|
|
{
|
|
|
"name": "Tiny",
|
|
|
- "size": "15px",
|
|
|
+ "size": "16px",
|
|
|
"slug": "tiny"
|
|
|
},
|
|
|
{
|
|
|
"name": "Small",
|
|
|
- "size": "17px",
|
|
|
+ "size": "18px",
|
|
|
"slug": "small"
|
|
|
},
|
|
|
{
|
|
|
"name": "Normal",
|
|
|
- "size": "18px",
|
|
|
+ "size": "20px",
|
|
|
"slug": "normal"
|
|
|
},
|
|
|
{
|
|
@@ -380,7 +380,7 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "Extra Large",
|
|
|
- "size": "min(max(28px, 5vw), 35px)",
|
|
|
+ "size": "min(max(28px, 5vw), 38px)",
|
|
|
"slug": "extra-large"
|
|
|
},
|
|
|
{
|
|
@@ -425,7 +425,7 @@
|
|
|
},
|
|
|
"typography": {
|
|
|
"fontFamily": "monospace",
|
|
|
- "fontSize": "20px",
|
|
|
+ "fontSize": "var(--wp--preset--font-size--normal)",
|
|
|
"fontWeight": "400",
|
|
|
"lineHeight": "1.6"
|
|
|
},
|
|
@@ -442,7 +442,7 @@
|
|
|
},
|
|
|
"core/navigation": {
|
|
|
"typography": {
|
|
|
- "fontSize": "18px"
|
|
|
+ "fontSize": "var(--wp--preset--font-size--normal)"
|
|
|
}
|
|
|
},
|
|
|
"core/post-title": {
|
|
@@ -494,7 +494,7 @@
|
|
|
},
|
|
|
"core/site-title": {
|
|
|
"typography": {
|
|
|
- "fontSize": "18px",
|
|
|
+ "fontSize": "var(--wp--preset--font-size--normal)",
|
|
|
"fontWeight": 700,
|
|
|
"textTransform": "uppercase"
|
|
|
},
|
|
@@ -521,7 +521,7 @@
|
|
|
},
|
|
|
"citation": {
|
|
|
"typography": {
|
|
|
- "fontSize": "15px",
|
|
|
+ "fontSize": "var(--wp--preset--font-size--tiny)",
|
|
|
"fontWeight": "400"
|
|
|
}
|
|
|
}
|
|
@@ -541,14 +541,14 @@
|
|
|
"elements": {
|
|
|
"h2": {
|
|
|
"typography": {
|
|
|
- "fontSize": "min(max(28px, 5vw), 38px)"
|
|
|
+ "fontSize": "var(--wp--preset--font-size--extra-large)"
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
"core/query-pagination": {
|
|
|
"typography": {
|
|
|
- "fontSize": "18px",
|
|
|
+ "fontSize": "var(--wp--preset--font-size--normal)",
|
|
|
"fontWeight": "500"
|
|
|
}
|
|
|
}
|
|
@@ -591,7 +591,7 @@
|
|
|
"fontFamily": "var(--wp--preset--font-family--dm-sans)",
|
|
|
"fontWeight": "var(--wp--custom--heading--typography--font-weight)",
|
|
|
"lineHeight": 1.2,
|
|
|
- "fontSize": "min(max(28px, 5vw), 38px)"
|
|
|
+ "fontSize": "var(--wp--preset--font-size--extra-large)"
|
|
|
},
|
|
|
"spacing": {
|
|
|
"margin": {
|
|
@@ -605,7 +605,7 @@
|
|
|
"fontFamily": "var(--wp--preset--font-family--dm-sans)",
|
|
|
"fontWeight": "var(--wp--custom--heading--typography--font-weight)",
|
|
|
"lineHeight": 1.4,
|
|
|
- "fontSize": "20px"
|
|
|
+ "fontSize": "var(--wp--preset--font-size--large)"
|
|
|
},
|
|
|
"spacing": {
|
|
|
"margin": {
|
|
@@ -619,7 +619,7 @@
|
|
|
"fontFamily": "var(--wp--preset--font-family--dm-sans)",
|
|
|
"fontWeight": "var(--wp--custom--heading--typography--font-weight)",
|
|
|
"lineHeight": 1.4,
|
|
|
- "fontSize": "18px"
|
|
|
+ "fontSize": "var(--wp--preset--font-size--normal)"
|
|
|
},
|
|
|
"spacing": {
|
|
|
"margin": {
|
|
@@ -633,7 +633,7 @@
|
|
|
"fontFamily": "var(--wp--preset--font-family--dm-sans)",
|
|
|
"fontWeight": "var(--wp--custom--heading--typography--font-weight)",
|
|
|
"lineHeight": 1.4,
|
|
|
- "fontSize": "16px"
|
|
|
+ "fontSize": "var(--wp--preset--font-size--small)"
|
|
|
},
|
|
|
"spacing": {
|
|
|
"margin": {
|