Skip to content

Commit ee4ec18

Browse files
authored
Update theme.json (Automattic#8004)
Removing references to Source Sans font, which were missed previously.
1 parent d9e37c9 commit ee4ec18

File tree

1 file changed

+5
-24
lines changed

1 file changed

+5
-24
lines changed

cottage/theme.json

Lines changed: 5 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,6 @@
528528
}
529529
},
530530
"typography": {
531-
"fontFamily": "var(--wp--preset--font-family--source-sans-3)",
532531
"fontSize": "var(--wp--preset--font-size--x-small)",
533532
"fontStyle": "normal",
534533
"fontWeight": "500",
@@ -550,10 +549,7 @@
550549
}
551550
},
552551
"typography": {
553-
"fontFamily": "var(--wp--preset--font-family--source-sans-3)",
554-
"fontSize": "var(--wp--preset--font-size--small)",
555-
"letterSpacing": "normal",
556-
"lineHeight": "1.590909091"
552+
"fontSize": "var(--wp--preset--font-size--small)"
557553
}
558554
},
559555
"core/comments-title": {
@@ -702,10 +698,7 @@
702698
},
703699
"core/post-author-biography": {
704700
"typography": {
705-
"fontFamily": "var(--wp--preset--font-family--source-sans-3)",
706-
"fontSize": "var(--wp--preset--font-size--small)",
707-
"letterSpacing": "normal",
708-
"lineHeight": "1.590909091"
701+
"fontSize": "var(--wp--preset--font-size--small)"
709702
}
710703
},
711704
"core/post-author-name": {
@@ -722,10 +715,7 @@
722715
}
723716
},
724717
"typography": {
725-
"fontFamily": "var(--wp--preset--font-family--source-sans-3)",
726-
"fontSize": "var(--wp--preset--font-size--small)",
727-
"letterSpacing": "normal",
728-
"lineHeight": "1.590909091"
718+
"fontSize": "var(--wp--preset--font-size--small)"
729719
}
730720
},
731721
"core/post-comments-form": {
@@ -754,10 +744,7 @@
754744
}
755745
},
756746
"typography": {
757-
"fontFamily": "var(--wp--preset--font-family--source-sans-3)",
758-
"fontSize": "var(--wp--preset--font-size--small)",
759-
"letterSpacing": "normal",
760-
"lineHeight": "1.590909091"
747+
"fontSize": "var(--wp--preset--font-size--small)"
761748
}
762749
},
763750
"core/post-excerpt": {
@@ -782,7 +769,6 @@
782769
}
783770
},
784771
"typography": {
785-
"fontFamily": "var(--wp--preset--font-family--source-sans-3)",
786772
"fontSize": "var(--wp--preset--font-size--large)",
787773
"letterSpacing": "normal"
788774
}
@@ -801,10 +787,7 @@
801787
}
802788
},
803789
"typography": {
804-
"fontFamily": "var(--wp--preset--font-family--source-sans-3)",
805-
"fontSize": "var(--wp--preset--font-size--small)",
806-
"letterSpacing": "normal",
807-
"lineHeight": "1.590909091"
790+
"fontSize": "var(--wp--preset--font-size--small)"
808791
}
809792
},
810793
"core/post-title": {
@@ -1038,7 +1021,6 @@
10381021
}
10391022
},
10401023
"typography": {
1041-
"fontFamily": "var(--wp--preset--font-family--source-sans-3)",
10421024
"letterSpacing": "normal"
10431025
}
10441026
},
@@ -1087,7 +1069,6 @@
10871069
}
10881070
},
10891071
"typography": {
1090-
"fontFamily": "var(--wp--preset--font-family--source-sans-3)",
10911072
"fontSize": "var(--wp--preset--font-size--small)",
10921073
"fontWeight": "600",
10931074
"letterSpacing": "0.04em",

0 commit comments

Comments
 (0)