diff --git a/src/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css b/src/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css
index d31394f2dd..3c01d13085 100644
--- a/src/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css
+++ b/src/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css
@@ -884,9 +884,10 @@ hr.wp-block-separator.is-style-dots::before {
 .editor-styles-wrapper .wp-block-pullquote footer {
 	color: #6d6d6d;
 	font-size: 16px;
-	font-weight: 500;
+	font-weight: inherit;
 	margin-top: 12px;
 	text-transform: none;
+	font-style: inherit;
 }
 
 .editor-styles-wrapper .wp-block-pullquote.has-text-color cite,
diff --git a/src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css b/src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css
index 08fee73794..575dd05ef7 100644
--- a/src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css
+++ b/src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css
@@ -888,9 +888,10 @@ hr.wp-block-separator.is-style-dots::before {
 .editor-styles-wrapper .wp-block-pullquote footer {
 	color: #6d6d6d;
 	font-size: 16px;
-	font-weight: 500;
+	font-weight: inherit;
 	margin-top: 12px;
 	text-transform: none;
+	font-style: inherit;
 }
 
 .editor-styles-wrapper .wp-block-pullquote.has-text-color cite,
diff --git a/src/wp-content/themes/twentytwenty/style-rtl.css b/src/wp-content/themes/twentytwenty/style-rtl.css
index e9200c45fe..a497b5d303 100644
--- a/src/wp-content/themes/twentytwenty/style-rtl.css
+++ b/src/wp-content/themes/twentytwenty/style-rtl.css
@@ -3224,12 +3224,15 @@ figure.wp-block-gallery.alignfull {
 .wp-block-pullquote blockquote p {
 	font-family: inherit;
 	font-size: 2.8rem;
-	font-weight: 700;
 	line-height: 1.178571429;
 	letter-spacing: -0.041785714em;
 	max-width: 100%;
 }
 
+.wp-block-pullquote blockquote em{
+     font-weight: inherit;
+}
+
 .wp-block-pullquote p:last-of-type {
 	margin-bottom: 0;
 }
diff --git a/src/wp-content/themes/twentytwenty/style.css b/src/wp-content/themes/twentytwenty/style.css
index bd85ce4afe..8fec6abf52 100644
--- a/src/wp-content/themes/twentytwenty/style.css
+++ b/src/wp-content/themes/twentytwenty/style.css
@@ -3244,12 +3244,15 @@ figure.wp-block-gallery.alignfull {
 .wp-block-pullquote blockquote p {
 	font-family: inherit;
 	font-size: 2.8rem;
-	font-weight: 700;
 	line-height: 1.178571429;
 	letter-spacing: -0.041785714em;
 	max-width: 100%;
 }
 
+.wp-block-pullquote blockquote em{
+     font-weight: inherit;
+}
+
 .wp-block-pullquote p:last-of-type {
 	margin-bottom: 0;
 }
