Skip to content

Commit

Permalink
Remove fixed font-size from post title block on blockbase themes (#8197)
Browse files Browse the repository at this point in the history
  • Loading branch information
renatho authored Oct 8, 2024
1 parent 708e8c8 commit b97664b
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 14 deletions.
5 changes: 0 additions & 5 deletions arbutus/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,6 @@
"typography": {
"fontSize": "var(--wp--preset--font-size--medium)"
}
},
"core/post-title": {
"typography": {
"fontSize": "48px"
}
}
},
"typography": {
Expand Down
1 change: 0 additions & 1 deletion blockbase/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,6 @@
}
},
"typography": {
"fontSize": "var(--wp--preset--font-size--large)",
"lineHeight": "var(--wp--custom--heading--typography--line-height)"
}
},
Expand Down
1 change: 0 additions & 1 deletion geologist/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,6 @@
},
"core/post-title": {
"typography": {
"fontSize": "min(max(3rem, 7vw), 4rem)",
"fontWeight": "var(--wp--custom--heading--typography--font-weight)",
"lineHeight": "1.2"
}
Expand Down
1 change: 0 additions & 1 deletion mayland-blocks/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@
},
"core/post-title": {
"typography": {
"fontSize": "var(--wp--preset--font-size--x-large)",
"lineHeight": "var(--wp--custom--heading--typography--line-height)"
}
},
Expand Down
1 change: 0 additions & 1 deletion meraki/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@
"core/post-title": {
"typography": {
"fontFamily": "var:preset|font-family|jost",
"fontSize": "var(--wp--preset--font-size--large)",
"fontWeight": "500",
"lineHeight": "1.2"
},
Expand Down
1 change: 0 additions & 1 deletion quadrat/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,6 @@
},
"core/post-title": {
"typography": {
"fontSize": "min(max(3rem, 7vw), 5rem)",
"fontWeight": "var(--wp--custom--heading--typography--font-weight)",
"lineHeight": "1.2"
}
Expand Down
3 changes: 1 addition & 2 deletions russell/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,7 @@
},
"core/post-title": {
"typography": {
"fontFamily": "var:preset|font-family|libre-baskerville",
"fontSize": "var(--wp--preset--font-size--x-large)"
"fontFamily": "var:preset|font-family|libre-baskerville"
}
}
},
Expand Down
1 change: 0 additions & 1 deletion seedlet-blocks/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@
},
"core/post-title": {
"typography": {
"fontSize": "var(--wp--preset--font-size--x-large)",
"fontFamily": "var:preset|font-family|playfair-display"
}
},
Expand Down
1 change: 0 additions & 1 deletion zoologist/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,6 @@
}
},
"typography": {
"fontSize": "min(max(3rem, 7vw), 4rem)",
"fontWeight": "700",
"lineHeight": 1.2
}
Expand Down

0 comments on commit b97664b

Please sign in to comment.