Stewart: fix font sizes in theme.json (#5614)

This commit is contained in:
Matias Benedetto 2022-03-09 11:10:05 -03:00 committed by GitHub
parent 8de02abc82
commit b0045f4743
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -296,7 +296,7 @@
"fontFamily": "var(--wp--preset--font-family--system-font)",
"fontWeight": "var(--wp--custom--heading--typography--font-weight)",
"lineHeight": "var(--wp--custom--heading--typography--line-height)",
"fontSize": "48px"
"fontSize": "var(--wp--preset--font-size--gigantic)"
}
},
"h2": {
@ -304,7 +304,7 @@
"fontFamily": "var(--wp--preset--font-family--system-font)",
"fontWeight": "var(--wp--custom--heading--typography--font-weight)",
"lineHeight": "var(--wp--custom--heading--typography--line-height)",
"fontSize": "32px"
"fontSize": "var(--wp--preset--font-size--huge)"
}
},
"h3": {
@ -312,7 +312,7 @@
"fontFamily": "var(--wp--preset--font-family--system-font)",
"fontWeight": "var(--wp--custom--heading--typography--font-weight)",
"lineHeight": "var(--wp--custom--heading--typography--line-height)",
"fontSize": "var(--wp--preset--font-size--huge)"
"fontSize": "var(--wp--preset--font-size--extra-large)"
}
},
"h4": {