Skip to content

Commit

Permalink
Update theme.json (#8004)
Browse files Browse the repository at this point in the history
Removing references to Source Sans font, which were missed previously.
  • Loading branch information
alaczek authored Aug 8, 2024
1 parent d9e37c9 commit ee4ec18
Showing 1 changed file with 5 additions and 24 deletions.
29 changes: 5 additions & 24 deletions cottage/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,6 @@
}
},
"typography": {
"fontFamily": "var(--wp--preset--font-family--source-sans-3)",
"fontSize": "var(--wp--preset--font-size--x-small)",
"fontStyle": "normal",
"fontWeight": "500",
Expand All @@ -550,10 +549,7 @@
}
},
"typography": {
"fontFamily": "var(--wp--preset--font-family--source-sans-3)",
"fontSize": "var(--wp--preset--font-size--small)",
"letterSpacing": "normal",
"lineHeight": "1.590909091"
"fontSize": "var(--wp--preset--font-size--small)"
}
},
"core/comments-title": {
Expand Down Expand Up @@ -702,10 +698,7 @@
},
"core/post-author-biography": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--source-sans-3)",
"fontSize": "var(--wp--preset--font-size--small)",
"letterSpacing": "normal",
"lineHeight": "1.590909091"
"fontSize": "var(--wp--preset--font-size--small)"
}
},
"core/post-author-name": {
Expand All @@ -722,10 +715,7 @@
}
},
"typography": {
"fontFamily": "var(--wp--preset--font-family--source-sans-3)",
"fontSize": "var(--wp--preset--font-size--small)",
"letterSpacing": "normal",
"lineHeight": "1.590909091"
"fontSize": "var(--wp--preset--font-size--small)"
}
},
"core/post-comments-form": {
Expand Down Expand Up @@ -754,10 +744,7 @@
}
},
"typography": {
"fontFamily": "var(--wp--preset--font-family--source-sans-3)",
"fontSize": "var(--wp--preset--font-size--small)",
"letterSpacing": "normal",
"lineHeight": "1.590909091"
"fontSize": "var(--wp--preset--font-size--small)"
}
},
"core/post-excerpt": {
Expand All @@ -782,7 +769,6 @@
}
},
"typography": {
"fontFamily": "var(--wp--preset--font-family--source-sans-3)",
"fontSize": "var(--wp--preset--font-size--large)",
"letterSpacing": "normal"
}
Expand All @@ -801,10 +787,7 @@
}
},
"typography": {
"fontFamily": "var(--wp--preset--font-family--source-sans-3)",
"fontSize": "var(--wp--preset--font-size--small)",
"letterSpacing": "normal",
"lineHeight": "1.590909091"
"fontSize": "var(--wp--preset--font-size--small)"
}
},
"core/post-title": {
Expand Down Expand Up @@ -1038,7 +1021,6 @@
}
},
"typography": {
"fontFamily": "var(--wp--preset--font-family--source-sans-3)",
"letterSpacing": "normal"
}
},
Expand Down Expand Up @@ -1087,7 +1069,6 @@
}
},
"typography": {
"fontFamily": "var(--wp--preset--font-family--source-sans-3)",
"fontSize": "var(--wp--preset--font-size--small)",
"fontWeight": "600",
"letterSpacing": "0.04em",
Expand Down

0 comments on commit ee4ec18

Please sign in to comment.