diff --git a/src/wp-content/themes/twentytwentyone/assets/css/ie-editor.css b/src/wp-content/themes/twentytwentyone/assets/css/ie-editor.css
index e91a00d68e..d85b5d5861 100644
--- a/src/wp-content/themes/twentytwentyone/assets/css/ie-editor.css
+++ b/src/wp-content/themes/twentytwentyone/assets/css/ie-editor.css
@@ -141,7 +141,6 @@ blockquote > *:last-child {
 blockquote p {
 	letter-spacing: normal;
 	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
-	font-size: 1.25rem;
 	font-style: normal;
 	font-weight: 700;
 	line-height: 1.7;
@@ -1639,7 +1638,6 @@ pre.wp-block-preformatted {
 
 .wp-block-quote p {
 	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
-	font-size: 1.25rem;
 	font-style: normal;
 	font-weight: 700;
 	line-height: 1.7;
diff --git a/src/wp-content/themes/twentytwentyone/assets/css/ie.css b/src/wp-content/themes/twentytwentyone/assets/css/ie.css
index f7aa6c2003..3131f36778 100644
--- a/src/wp-content/themes/twentytwentyone/assets/css/ie.css
+++ b/src/wp-content/themes/twentytwentyone/assets/css/ie.css
@@ -1311,7 +1311,6 @@ blockquote > *:last-child {
 blockquote p {
 	letter-spacing: normal;
 	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
-	font-size: 1.25rem;
 	font-style: normal;
 	font-weight: 700;
 	line-height: 1.7;
diff --git a/src/wp-content/themes/twentytwentyone/assets/css/style-editor.css b/src/wp-content/themes/twentytwentyone/assets/css/style-editor.css
index 22cf90dd98..8a46e14aa0 100644
--- a/src/wp-content/themes/twentytwentyone/assets/css/style-editor.css
+++ b/src/wp-content/themes/twentytwentyone/assets/css/style-editor.css
@@ -332,7 +332,6 @@ blockquote > *:last-child {
 blockquote p {
 	letter-spacing: var(--heading--letter-spacing-h4);
 	font-family: var(--quote--font-family);
-	font-size: var(--quote--font-size);
 	font-style: var(--quote--font-style);
 	font-weight: var(--quote--font-weight);
 	line-height: var(--quote--line-height);
@@ -1543,7 +1542,6 @@ pre.wp-block-preformatted {
 
 .wp-block-quote p {
 	font-family: var(--quote--font-family);
-	font-size: var(--quote--font-size);
 	font-style: var(--quote--font-style);
 	font-weight: var(--quote--font-weight);
 	line-height: var(--quote--line-height);
diff --git a/src/wp-content/themes/twentytwentyone/assets/sass/04-elements/blockquote.scss b/src/wp-content/themes/twentytwentyone/assets/sass/04-elements/blockquote.scss
index e599b0b206..946a9c4763 100644
--- a/src/wp-content/themes/twentytwentyone/assets/sass/04-elements/blockquote.scss
+++ b/src/wp-content/themes/twentytwentyone/assets/sass/04-elements/blockquote.scss
@@ -19,7 +19,6 @@ blockquote {
 	p {
 		letter-spacing: var(--heading--letter-spacing-h4);
 		font-family: var(--quote--font-family);
-		font-size: var(--quote--font-size);
 		font-style: var(--quote--font-style);
 		font-weight: var(--quote--font-weight);
 		line-height: var(--quote--line-height);
diff --git a/src/wp-content/themes/twentytwentyone/assets/sass/05-blocks/quote/_editor.scss b/src/wp-content/themes/twentytwentyone/assets/sass/05-blocks/quote/_editor.scss
index 4a33767653..c78de3dc21 100644
--- a/src/wp-content/themes/twentytwentyone/assets/sass/05-blocks/quote/_editor.scss
+++ b/src/wp-content/themes/twentytwentyone/assets/sass/05-blocks/quote/_editor.scss
@@ -5,7 +5,6 @@
 
 	p {
 		font-family: var(--quote--font-family);
-		font-size: var(--quote--font-size);
 		font-style: var(--quote--font-style);
 		font-weight: var(--quote--font-weight);
 		line-height: var(--quote--line-height);
diff --git a/src/wp-content/themes/twentytwentyone/style-rtl.css b/src/wp-content/themes/twentytwentyone/style-rtl.css
index 4acdc3b22e..5c0dd7fd24 100644
--- a/src/wp-content/themes/twentytwentyone/style-rtl.css
+++ b/src/wp-content/themes/twentytwentyone/style-rtl.css
@@ -1136,7 +1136,6 @@ blockquote > *:last-child {
 blockquote p {
 	letter-spacing: var(--heading--letter-spacing-h4);
 	font-family: var(--quote--font-family);
-	font-size: var(--quote--font-size);
 	font-style: var(--quote--font-style);
 	font-weight: var(--quote--font-weight);
 	line-height: var(--quote--line-height);
diff --git a/src/wp-content/themes/twentytwentyone/style.css b/src/wp-content/themes/twentytwentyone/style.css
index ca4360db11..bd3533d80e 100644
--- a/src/wp-content/themes/twentytwentyone/style.css
+++ b/src/wp-content/themes/twentytwentyone/style.css
@@ -1144,7 +1144,6 @@ blockquote > *:last-child {
 blockquote p {
 	letter-spacing: var(--heading--letter-spacing-h4);
 	font-family: var(--quote--font-family);
-	font-size: var(--quote--font-size);
 	font-style: var(--quote--font-style);
 	font-weight: var(--quote--font-weight);
 	line-height: var(--quote--line-height);
