|
@@ -88,7 +88,7 @@
|
|
|
}
|
|
|
},
|
|
|
"typography": {
|
|
|
- "fontFamily": "var(--wp--preset--font-family--base)",
|
|
|
+ "fontFamily": "var(--wp--custom--body--typography--font-family)",
|
|
|
"fontSize": "20px",
|
|
|
"fontWeight": "700",
|
|
|
"lineHeight": 2
|
|
@@ -133,8 +133,15 @@
|
|
|
"fontSize": "var(--wp--preset--font-size--small)"
|
|
|
}
|
|
|
},
|
|
|
+ "body": {
|
|
|
+ "typography": {
|
|
|
+ "fontFamily": "var(--wp--preset--font-family--dm-sans)",
|
|
|
+ "lineHeight": 1.7
|
|
|
+ }
|
|
|
+ },
|
|
|
"heading": {
|
|
|
"typography": {
|
|
|
+ "fontFamily": "var(--wp--preset--font-family--dm-sans)",
|
|
|
"fontWeight": "500",
|
|
|
"lineHeight": 1.125
|
|
|
},
|
|
@@ -146,9 +153,13 @@
|
|
|
}
|
|
|
},
|
|
|
"list": {
|
|
|
- "fontFamily": "var(--wp--custom--font-family--base)",
|
|
|
- "padding": {
|
|
|
- "left": "calc( 2 * var(--wp--custom--margin--horizontal) )"
|
|
|
+ "typography": {
|
|
|
+ "fontFamily": "var(--wp--custom--body--typography--font-family)"
|
|
|
+ },
|
|
|
+ "spacing": {
|
|
|
+ "padding": {
|
|
|
+ "left": "calc( 2 * var(--wp--custom--margin--horizontal) )"
|
|
|
+ }
|
|
|
}
|
|
|
},
|
|
|
"margin": {
|
|
@@ -160,7 +171,7 @@
|
|
|
"dropcap": {
|
|
|
"margin": "0 .2em .2em 0",
|
|
|
"typography": {
|
|
|
- "fontFamily": "var(--wp--preset--font-family--base)",
|
|
|
+ "fontFamily": "var(--wp--custom--body--typography--font-family)",
|
|
|
"fontSize": "var(--wp--preset--font-size--huge)",
|
|
|
"fontWeight": "400"
|
|
|
}
|
|
@@ -229,15 +240,7 @@
|
|
|
"family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700"
|
|
|
],
|
|
|
"line-height": {
|
|
|
- "body": 1.7,
|
|
|
- "headings": {
|
|
|
- "h1": 1.2,
|
|
|
- "h2": 1.2,
|
|
|
- "h3": 1.2,
|
|
|
- "h4": 1.4,
|
|
|
- "h5": 1.4,
|
|
|
- "h6": 1.4
|
|
|
- }
|
|
|
+ "body": 1.7
|
|
|
}
|
|
|
},
|
|
|
"layout": {
|
|
@@ -260,13 +263,8 @@
|
|
|
"fontFamilies": [
|
|
|
{
|
|
|
"fontFamily": "\"DM Sans\", sans-serif",
|
|
|
- "slug": "base",
|
|
|
+ "slug": "dm-sans",
|
|
|
"name": "DM Sans"
|
|
|
- },
|
|
|
- {
|
|
|
- "fontFamily": "-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Oxygen-Sans,Ubuntu,Cantarell,\"Helvetica Neue\",sans-serif",
|
|
|
- "slug": "system-font",
|
|
|
- "name": "System Font"
|
|
|
}
|
|
|
],
|
|
|
"fontSizes": [
|
|
@@ -346,7 +344,7 @@
|
|
|
},
|
|
|
"core/heading": {
|
|
|
"typography": {
|
|
|
- "fontFamily": "var(--wp--preset--font-family--base)",
|
|
|
+ "fontFamily": "var(--wp--custom--heading--typography--font-family)",
|
|
|
"fontWeight": "var(--wp--custom--heading--typography--font-weight)",
|
|
|
"lineHeight": "var(--wp--custom--heading--typography--line-height)"
|
|
|
}
|
|
@@ -372,8 +370,9 @@
|
|
|
},
|
|
|
"core/post-title": {
|
|
|
"typography": {
|
|
|
+ "fontFamily": "var(--wp--custom--heading--typography--font-family)",
|
|
|
"fontSize": "var(--wp--custom--heading--h1--font-size)",
|
|
|
- "lineHeight": "var(--wp--custom--line-height--headings--h1)",
|
|
|
+ "lineHeight": 1.2,
|
|
|
"fontWeight": "var(--wp--custom--heading--typography--font-weight)"
|
|
|
}
|
|
|
},
|
|
@@ -469,37 +468,37 @@
|
|
|
"h1": {
|
|
|
"typography": {
|
|
|
"fontSize": "var(--wp--custom--heading--h1--font-size)",
|
|
|
- "lineHeight": "var(--wp--custom--line-height--headings--h1)"
|
|
|
+ "lineHeight": 1.2
|
|
|
}
|
|
|
},
|
|
|
"h2": {
|
|
|
"typography": {
|
|
|
"fontSize": "min(max(36px, 6vw), 65px)",
|
|
|
- "lineHeight": "var(--wp--custom--line-height--headings--h2)"
|
|
|
+ "lineHeight": 1.2
|
|
|
}
|
|
|
},
|
|
|
"h3": {
|
|
|
"typography": {
|
|
|
"fontSize": "var(--wp--custom--heading--h3--font-size)",
|
|
|
- "lineHeight": "var(--wp--custom--line-height--headings--h3)"
|
|
|
+ "lineHeight": 1.2
|
|
|
}
|
|
|
},
|
|
|
"h4": {
|
|
|
"typography": {
|
|
|
"fontSize": "20px",
|
|
|
- "lineHeight": "var(--wp--custom--line-height--headings--h4)"
|
|
|
+ "lineHeight": 1.4
|
|
|
}
|
|
|
},
|
|
|
"h5": {
|
|
|
"typography": {
|
|
|
"fontSize": "18px",
|
|
|
- "lineHeight": "var(--wp--custom--line-height--headings--h5)"
|
|
|
+ "lineHeight": 1.4
|
|
|
}
|
|
|
},
|
|
|
"h6": {
|
|
|
"typography": {
|
|
|
"fontSize": "16px",
|
|
|
- "lineHeight": "var(--wp--custom--line-height--headings--h6)"
|
|
|
+ "lineHeight": 1.4
|
|
|
}
|
|
|
},
|
|
|
"link": {
|
|
@@ -509,8 +508,8 @@
|
|
|
}
|
|
|
},
|
|
|
"typography": {
|
|
|
- "lineHeight": "var(--wp--custom--line-height--body)",
|
|
|
- "fontFamily": "var(--wp--preset--font-family--base)",
|
|
|
+ "lineHeight": "var(--wp--custom--body--typography--line-height)",
|
|
|
+ "fontFamily": "var(--wp--custom--body--typography--font-family)",
|
|
|
"fontSize": "var(--wp--preset--font-size--normal)",
|
|
|
"fontWeight": "400"
|
|
|
},
|