|
@@ -174,24 +174,6 @@
|
|
|
"fontFamily": "var(--wp--preset--font-family--red-hat-display)",
|
|
|
"fontWeight": "700",
|
|
|
"lineHeight": 1.125
|
|
|
- },
|
|
|
- "h1": {
|
|
|
- "fontSize": "min(max(48px, 7vw), 72px)"
|
|
|
- },
|
|
|
- "h2": {
|
|
|
- "fontSize": "min(max(36px, 5vw), 64px)"
|
|
|
- },
|
|
|
- "h3": {
|
|
|
- "fontSize": "min(max(30px, 5vw), 48px)"
|
|
|
- },
|
|
|
- "h4": {
|
|
|
- "textTransform": "uppercase"
|
|
|
- },
|
|
|
- "h5": {
|
|
|
- "textTransform": "uppercase"
|
|
|
- },
|
|
|
- "h6": {
|
|
|
- "textTransform": "uppercase"
|
|
|
}
|
|
|
},
|
|
|
"latest-posts": {
|
|
@@ -470,7 +452,7 @@
|
|
|
"fontFamily": "var(--wp--custom--heading--typography--font-family)",
|
|
|
"fontWeight": "700",
|
|
|
"lineHeight": 1.2,
|
|
|
- "fontSize": "var(--wp--custom--heading--h1--font-size)"
|
|
|
+ "fontSize": "min(max(48px, 7vw), 72px)"
|
|
|
}
|
|
|
},
|
|
|
"h2": {
|
|
@@ -478,7 +460,7 @@
|
|
|
"fontFamily": "var(--wp--custom--heading--typography--font-family)",
|
|
|
"fontWeight": "900",
|
|
|
"lineHeight": 1.2,
|
|
|
- "fontSize": "var(--wp--custom--heading--h2--font-size)"
|
|
|
+ "fontSize": "min(max(36px, 5vw), 64px)"
|
|
|
}
|
|
|
},
|
|
|
"h3": {
|
|
@@ -486,7 +468,7 @@
|
|
|
"fontFamily": "var(--wp--custom--heading--typography--font-family)",
|
|
|
"fontWeight": "900",
|
|
|
"lineHeight": 1.4,
|
|
|
- "fontSize": "var(--wp--custom--heading--h3--font-size)"
|
|
|
+ "fontSize": "min(max(30px, 5vw), 48px)"
|
|
|
}
|
|
|
},
|
|
|
"h4": {
|
|
@@ -494,7 +476,8 @@
|
|
|
"fontFamily": "var(--wp--custom--heading--typography--font-family)",
|
|
|
"fontWeight": "900",
|
|
|
"lineHeight": 1.3,
|
|
|
- "fontSize": "20px"
|
|
|
+ "fontSize": "20px",
|
|
|
+ "textTransform": "uppercase"
|
|
|
}
|
|
|
},
|
|
|
"h5": {
|
|
@@ -502,7 +485,8 @@
|
|
|
"fontFamily": "var(--wp--custom--heading--typography--font-family)",
|
|
|
"fontWeight": "900",
|
|
|
"lineHeight": 1.3,
|
|
|
- "fontSize": "16px"
|
|
|
+ "fontSize": "16px",
|
|
|
+ "textTransform": "uppercase"
|
|
|
}
|
|
|
},
|
|
|
"h6": {
|
|
@@ -510,7 +494,8 @@
|
|
|
"fontFamily": "var(--wp--custom--heading--typography--font-family)",
|
|
|
"fontWeight": "900",
|
|
|
"lineHeight": 1.3,
|
|
|
- "fontSize": "14px"
|
|
|
+ "fontSize": "14px",
|
|
|
+ "textTransform": "uppercase"
|
|
|
}
|
|
|
},
|
|
|
"link": {
|