|
@@ -66,6 +66,11 @@
|
|
"fontFamily": "var(--font-base, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif)",
|
|
"fontFamily": "var(--font-base, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif)",
|
|
"slug": "base",
|
|
"slug": "base",
|
|
"name": "Base"
|
|
"name": "Base"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "fontFamily": "var(--font-headings, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif)",
|
|
|
|
+ "slug": "headings",
|
|
|
|
+ "name": "Headings"
|
|
}
|
|
}
|
|
]
|
|
]
|
|
},
|
|
},
|
|
@@ -88,10 +93,6 @@
|
|
"background": "var(--wp--preset--color--white)",
|
|
"background": "var(--wp--preset--color--white)",
|
|
"selection": "var(--wp--preset--color--almost-white)"
|
|
"selection": "var(--wp--preset--color--almost-white)"
|
|
},
|
|
},
|
|
- "lineHeight": {
|
|
|
|
- "body": 1.6,
|
|
|
|
- "headings": 1.125
|
|
|
|
- },
|
|
|
|
"margin": {
|
|
"margin": {
|
|
"horizontal": "20px",
|
|
"horizontal": "20px",
|
|
"vertical": "20px"
|
|
"vertical": "20px"
|
|
@@ -150,6 +151,13 @@
|
|
"margin": "var(--wp--custom--margin--vertical) auto",
|
|
"margin": "var(--wp--custom--margin--vertical) auto",
|
|
"textAlign": "center"
|
|
"textAlign": "center"
|
|
}
|
|
}
|
|
|
|
+ },
|
|
|
|
+ "heading": {
|
|
|
|
+ "typography":{
|
|
|
|
+ "fontWeight": 400,
|
|
|
|
+ "lineHeight": 1.125,
|
|
|
|
+ "fontFamily": "var(--wp--preset--font-family--headings)"
|
|
|
|
+ }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -163,7 +171,7 @@
|
|
},
|
|
},
|
|
"typography": {
|
|
"typography": {
|
|
"fontSize": "var(--wp--preset--font-size--normal)",
|
|
"fontSize": "var(--wp--preset--font-size--normal)",
|
|
- "lineHeight": "var(--wp--custom--line-height--body)",
|
|
|
|
|
|
+ "lineHeight": "1.6",
|
|
"fontFamily": "var(--wp--preset--font-family--base)"
|
|
"fontFamily": "var(--wp--preset--font-family--base)"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
@@ -175,44 +183,44 @@
|
|
},
|
|
},
|
|
"core/heading/h1": {
|
|
"core/heading/h1": {
|
|
"typography": {
|
|
"typography": {
|
|
- "fontSize": "var(--wp--preset--font-size--huge)",
|
|
|
|
- "lineHeight": "var(--wp--custom--line-height--headings)"
|
|
|
|
|
|
+ "fontSize": "48px",
|
|
|
|
+ "lineHeight": "var(--wp--custom--heading--typography--line-height)"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"core/heading/h2": {
|
|
"core/heading/h2": {
|
|
"typography": {
|
|
"typography": {
|
|
- "fontSize": "var(--wp--preset--font-size--huge)",
|
|
|
|
- "lineHeight": "var(--wp--custom--line-height--headings)"
|
|
|
|
|
|
+ "fontSize": "32px",
|
|
|
|
+ "lineHeight": "var(--wp--custom--heading--typography--line-height)"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"core/heading/h3": {
|
|
"core/heading/h3": {
|
|
"typography": {
|
|
"typography": {
|
|
- "fontSize": "var(--wp--preset--font-size--large)",
|
|
|
|
- "lineHeight": "var(--wp--custom--line-height--headings)"
|
|
|
|
|
|
+ "fontSize": "var(--wp--preset--font-size--huge)",
|
|
|
|
+ "lineHeight": "var(--wp--custom--heading--typography--line-height)"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"core/heading/h4": {
|
|
"core/heading/h4": {
|
|
"typography": {
|
|
"typography": {
|
|
- "fontSize": "24px",
|
|
|
|
- "lineHeight": "var(--wp--custom--line-height--headings)"
|
|
|
|
|
|
+ "fontSize": "var(--wp--preset--font-size--large)",
|
|
|
|
+ "lineHeight": "var(--wp--custom--heading--typography--line-height)"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"core/heading/h5": {
|
|
"core/heading/h5": {
|
|
"typography": {
|
|
"typography": {
|
|
"fontSize": "var(--wp--preset--font-size--normal)",
|
|
"fontSize": "var(--wp--preset--font-size--normal)",
|
|
- "lineHeight": "var(--wp--custom--line-height--headings)"
|
|
|
|
|
|
+ "lineHeight": "var(--wp--custom--heading--typography--line-height)"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"core/heading/h6": {
|
|
"core/heading/h6": {
|
|
"typography": {
|
|
"typography": {
|
|
"fontSize": "var(--wp--preset--font-size--small)",
|
|
"fontSize": "var(--wp--preset--font-size--small)",
|
|
- "lineHeight": "var(--wp--custom--line-height--headings)"
|
|
|
|
|
|
+ "lineHeight": "var(--wp--custom--heading--typography--line-height)"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"core/post-title/h1": {
|
|
"core/post-title/h1": {
|
|
"typography": {
|
|
"typography": {
|
|
"fontSize": "var(--wp--preset--font-size--huge)",
|
|
"fontSize": "var(--wp--preset--font-size--huge)",
|
|
- "lineHeight": "var(--wp--custom--line-height--headings)"
|
|
|
|
|
|
+ "lineHeight": "var(--wp--custom--heading--typography--line-height)"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"core/post-date": {
|
|
"core/post-date": {
|