Index: src/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css
===================================================================
--- src/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css	(revision 59572)
+++ src/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css	(working copy)
@@ -6,19 +6,16 @@
 .editor-styles-wrapper {
 	background: #f5efe0;
 	color: #000;
+	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
+	font-size: 18px;
 	letter-spacing: -0.015em;
 	-moz-font-smoothing: antialiased;
 	-webkit-font-smoothing: antialiased;
 }
 
-.editor-styles-wrapper > * {
-	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
-	font-size: 18px;
-}
-
 @supports ( font-variation-settings: normal ) {
 
-	.editor-styles-wrapper > * {
+	.editor-styles-wrapper {
 		font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
 	}
 
@@ -88,11 +85,9 @@
 
 /* Font Families ------------------------------ */
 
-.editor-styles-wrapper p,
-.editor-styles-wrapper ol,
-.editor-styles-wrapper ul,
-.editor-styles-wrapper dl,
-.editor-styles-wrapper dt {
+.wp-block-post-content,
+.edit-post-visual-editor,
+.block-editor-block-list__layout > p {
 	font-family: NonBreakingSpaceOverride, "Hoefler Text", "Noto Serif", Garamond, "Times New Roman", serif;
 	letter-spacing: normal;
 }
Index: src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css
===================================================================
--- src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css	(revision 59572)
+++ src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css	(working copy)
@@ -6,19 +6,16 @@
 .editor-styles-wrapper {
 	background: #f5efe0;
 	color: #000;
+	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
+	font-size: 18px;
 	letter-spacing: -0.015em;
 	-moz-font-smoothing: antialiased;
 	-webkit-font-smoothing: antialiased;
 }
 
-.editor-styles-wrapper > * {
-	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
-	font-size: 18px;
-}
-
 @supports ( font-variation-settings: normal ) {
 
-	.editor-styles-wrapper > * {
+	.editor-styles-wrapper {
 		font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
 	}
 
@@ -88,11 +85,9 @@
 
 /* Font Families ------------------------------ */
 
-.editor-styles-wrapper p,
-.editor-styles-wrapper ol,
-.editor-styles-wrapper ul,
-.editor-styles-wrapper dl,
-.editor-styles-wrapper dt {
+.wp-block-post-content,
+.edit-post-visual-editor,
+.block-editor-block-list__layout > p {
 	font-family: NonBreakingSpaceOverride, "Hoefler Text", "Noto Serif", Garamond, "Times New Roman", serif;
 	letter-spacing: normal;
 }
