Skip to content

Commit

Permalink
WDSUS-41 - Adjust font size
Browse files Browse the repository at this point in the history
  • Loading branch information
khleomix committed Aug 18, 2023
1 parent 43b363b commit bb7979a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@
"styles": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--body)",
"fontSize": "var(--wp--preset--font-size--medium)"
"fontSize": "var(--wp--preset--font-size--normal)"
},
"spacing": {
"blockGap": "var(--wp--preset--spacing--50)"
Expand All @@ -240,24 +240,24 @@
"h1": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--headline)",
"fontSize": "var(--wp--preset--font-size--xx-large)"
"fontSize": "var(--wp--preset--font-size--x-large)"
}
},
"h2": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--headline)",
"fontSize": "var(--wp--preset--font-size--x-large)"
"fontSize": "var(--wp--preset--font-size--large)"
}
},
"h3": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--headline)",
"fontSize": "var(--wp--preset--font-size--large)"
"fontSize": "var(--wp--preset--font-size--medium)"
}
},
"h4": {
"typography": {
"fontSize": "var(--wp--preset--font-size--medium)"
"fontSize": "var(--wp--preset--font-size--normal)"
}
},
"h5": {
Expand Down Expand Up @@ -327,7 +327,7 @@
"blocks": {
"core/post-title": {
"typography": {
"fontSize": "var(--wp--preset--font-size--xx-large)",
"fontSize": "var(--wp--preset--font-size--x-large)",
"fontWeight": "bold"
},
"spacing": {
Expand Down

0 comments on commit bb7979a

Please sign in to comment.