|
@@ -165,15 +165,33 @@
|
|
|
},
|
|
|
"body": {
|
|
|
"typography": {
|
|
|
- "fontFamily": "var(--wp--preset--font-family--system-font)",
|
|
|
+ "fontFamily": "var(--wp--preset--font-family--red-hat-display)",
|
|
|
"lineHeight": 1.6
|
|
|
}
|
|
|
},
|
|
|
"heading": {
|
|
|
"typography": {
|
|
|
- "fontFamily": "var(--wp--preset--font-family--system-font)",
|
|
|
- "fontWeight": 400,
|
|
|
+ "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": {
|
|
@@ -183,6 +201,9 @@
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
+ "layout": {
|
|
|
+ "contentSize": "620px"
|
|
|
+ },
|
|
|
"list": {
|
|
|
"spacing": {
|
|
|
"padding": {
|
|
@@ -268,6 +289,12 @@
|
|
|
"textAlign": "center",
|
|
|
"margin": "var(--wp--custom--margin--vertical) auto"
|
|
|
}
|
|
|
+ },
|
|
|
+ "fontsToLoadFromGoogle": [
|
|
|
+ "family=Red+Hat+Display:ital,wght@0,400;0,500;0,700;0,900;1,400;1,500;1,700;1,900"
|
|
|
+ ],
|
|
|
+ "line-height": {
|
|
|
+ "body": 1.6
|
|
|
}
|
|
|
},
|
|
|
"layout": {
|
|
@@ -289,9 +316,9 @@
|
|
|
"customLineHeight": true,
|
|
|
"fontFamilies": [
|
|
|
{
|
|
|
- "fontFamily": "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif",
|
|
|
- "slug": "system-font",
|
|
|
- "name": "System Font"
|
|
|
+ "fontFamily": "\"Red Hat Display\", sans-serif",
|
|
|
+ "slug": "red-hat-display",
|
|
|
+ "name": "Red Hat Display"
|
|
|
}
|
|
|
],
|
|
|
"fontSizes": [
|
|
@@ -301,23 +328,28 @@
|
|
|
"slug": "tiny"
|
|
|
},
|
|
|
{
|
|
|
- "name": "Small",
|
|
|
+ "name": "Extra Small",
|
|
|
"size": "16px",
|
|
|
"slug": "small"
|
|
|
},
|
|
|
{
|
|
|
- "name": "Normal",
|
|
|
- "size": "18px",
|
|
|
+ "name": "Small",
|
|
|
+ "size": "20px",
|
|
|
"slug": "normal"
|
|
|
},
|
|
|
{
|
|
|
- "name": "Large",
|
|
|
+ "name": "Medium",
|
|
|
"size": "24px",
|
|
|
"slug": "large"
|
|
|
},
|
|
|
{
|
|
|
- "name": "Huge",
|
|
|
- "size": "28px",
|
|
|
+ "name": "Large",
|
|
|
+ "size": "min(max(28px, 5vw), 36px)",
|
|
|
+ "slug": "extra-large"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Extra Large",
|
|
|
+ "size": "min(max(36px, 5vw), 48px)",
|
|
|
"slug": "huge"
|
|
|
}
|
|
|
]
|
|
@@ -356,13 +388,6 @@
|
|
|
"width": "2px"
|
|
|
}
|
|
|
},
|
|
|
- "core/heading": {
|
|
|
- "typography": {
|
|
|
- "fontFamily": "var(--wp--custom--heading--typography--font-family)",
|
|
|
- "fontWeight": "var(--wp--custom--heading--typography--font-weight)",
|
|
|
- "lineHeight": "var(--wp--custom--heading--typography--line-height)"
|
|
|
- }
|
|
|
- },
|
|
|
"core/navigation": {
|
|
|
"typography": {
|
|
|
"fontSize": "var(--wp--preset--font-size--normal)"
|
|
@@ -442,36 +467,57 @@
|
|
|
"elements": {
|
|
|
"h1": {
|
|
|
"typography": {
|
|
|
- "fontSize": "48px"
|
|
|
+ "fontFamily": "var(--wp--custom--heading--typography--font-family)",
|
|
|
+ "fontWeight": "700",
|
|
|
+ "lineHeight": 1.2,
|
|
|
+ "fontSize": "var(--wp--custom--heading--h1--font-size)"
|
|
|
}
|
|
|
},
|
|
|
"h2": {
|
|
|
"typography": {
|
|
|
- "fontSize": "32px"
|
|
|
+ "fontFamily": "var(--wp--custom--heading--typography--font-family)",
|
|
|
+ "fontWeight": "900",
|
|
|
+ "lineHeight": 1.2,
|
|
|
+ "fontSize": "var(--wp--custom--heading--h2--font-size)"
|
|
|
}
|
|
|
},
|
|
|
"h3": {
|
|
|
"typography": {
|
|
|
- "fontSize": "var(--wp--preset--font-size--huge)"
|
|
|
+ "fontFamily": "var(--wp--custom--heading--typography--font-family)",
|
|
|
+ "fontWeight": "900",
|
|
|
+ "lineHeight": 1.4,
|
|
|
+ "fontSize": "var(--wp--custom--heading--h3--font-size)"
|
|
|
}
|
|
|
},
|
|
|
"h4": {
|
|
|
"typography": {
|
|
|
- "fontSize": "var(--wp--preset--font-size--large)"
|
|
|
+ "fontFamily": "var(--wp--custom--heading--typography--font-family)",
|
|
|
+ "fontWeight": "900",
|
|
|
+ "lineHeight": 1.3,
|
|
|
+ "fontSize": "20px"
|
|
|
}
|
|
|
},
|
|
|
"h5": {
|
|
|
"typography": {
|
|
|
- "fontSize": "var(--wp--preset--font-size--normal)"
|
|
|
+ "fontFamily": "var(--wp--custom--heading--typography--font-family)",
|
|
|
+ "fontWeight": "900",
|
|
|
+ "lineHeight": 1.3,
|
|
|
+ "fontSize": "16px"
|
|
|
}
|
|
|
},
|
|
|
"h6": {
|
|
|
"typography": {
|
|
|
- "fontSize": "var(--wp--preset--font-size--small)"
|
|
|
+ "fontFamily": "var(--wp--custom--heading--typography--font-family)",
|
|
|
+ "fontWeight": "900",
|
|
|
+ "lineHeight": 1.3,
|
|
|
+ "fontSize": "14px"
|
|
|
}
|
|
|
},
|
|
|
"link": {
|
|
|
"color": {
|
|
|
+ "fontFamily": "var(--wp--custom--heading--typography--font-family)",
|
|
|
+ "fontWeight": "var(--wp--custom--heading--typography--font-weight)",
|
|
|
+ "lineHeight": "var(--wp--custom--heading--typography--line-height)",
|
|
|
"text": "var(--wp--custom--color--primary)"
|
|
|
}
|
|
|
}
|
|
@@ -479,7 +525,8 @@
|
|
|
"typography": {
|
|
|
"lineHeight": "var(--wp--custom--body--typography--line-height)",
|
|
|
"fontFamily": "var(--wp--custom--body--typography--font-family)",
|
|
|
- "fontSize": "var(--wp--preset--font-size--normal)"
|
|
|
+ "fontSize": "var(--wp--preset--font-size--normal)",
|
|
|
+ "fontWeight": "400"
|
|
|
}
|
|
|
}
|
|
|
}
|