Index: wp-content/themes/twentyeleven/editor-blocks.css
===================================================================
--- wp-content/themes/twentyeleven/editor-blocks.css	(revision 57139)
+++ wp-content/themes/twentyeleven/editor-blocks.css	(working copy)
@@ -551,3 +551,15 @@
 :root .editor-styles-wrapper .has-white-background-color {
 	background-color: #fff;
 }
+
+.editor-styles-wrapper .wp-block-pullquote[style*="font-weight"] p,
+.editor-styles-wrapper .wp-block-pullquote[style*="font-weight"] cite{
+ font-weight: inherit;
+ font-style: inherit;
+}
+
+.editor-styles-wrapper .wp-block-quote[style*="font-weight"] p,
+.editor-styles-wrapper .wp-block-quote[style*="font-weight"] cite{
+   font-weight: inherit;
+   font-style: inherit;
+}
\ No newline at end of file
Index: wp-content/themes/twentyeleven/style.css
===================================================================
--- wp-content/themes/twentyeleven/style.css	(revision 57139)
+++ wp-content/themes/twentyeleven/style.css	(working copy)
@@ -2857,3 +2857,15 @@
 #ie8 section.featured-post .attachment-small-feature {
 	max-width: none;
 }
+
+.wp-block-pullquote[style*="font-weight"] p,
+.wp-block-pullquote[style*="font-weight"] cite{
+	font-weight: inherit;
+	font-style: inherit;
+}
+
+.wp-block-quote[style*="font-weight"] p,
+.wp-block-quote[style*="font-weight"] cite{
+	font-weight: inherit;
+	font-style: inherit;
+}
\ No newline at end of file
