Stewart: fix font sizes in theme.json (#5614)
This commit is contained in:
parent
8de02abc82
commit
b0045f4743
1 changed files with 3 additions and 3 deletions
|
@ -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": {
|
||||
|
|
Loading…
Reference in a new issue