diff --git a/src/wp-content/themes/twentyfifteen/css/editor-blocks.css b/src/wp-content/themes/twentyfifteen/css/editor-blocks.css
index 1041ff5f14..565948c4ff 100644
--- a/src/wp-content/themes/twentyfifteen/css/editor-blocks.css
+++ b/src/wp-content/themes/twentyfifteen/css/editor-blocks.css
@@ -731,6 +731,11 @@ p.has-drop-cap:not(:focus)::first-letter {
 	text-align: right;
 }
 
+.wp-block-table[class*="-font-size"] .wp-block-table__cell-content,
+.wp-block-table[style*="font-size"] .wp-block-table__cell-content {
+	font-size: inherit;
+}
+
 /* Verse */
 
 .editor-styles-wrapper .wp-block-verse {
