diff --git a/src/wp-content/themes/twentysixteen/css/blocks.css b/src/wp-content/themes/twentysixteen/css/blocks.css
index 3b6257acf0..8c5549b73f 100644
--- a/src/wp-content/themes/twentysixteen/css/blocks.css
+++ b/src/wp-content/themes/twentysixteen/css/blocks.css
@@ -208,6 +208,17 @@ p.has-drop-cap:not(:focus)::first-letter {
 	content: "\2014\00a0";
 }
 
+.wp-block-pullquote[class*="-font-size"] blockquote,
+.wp-block-pullquote[class*="-font-size"] blockquote p,
+.wp-block-pullquote[style*="font-size"] blockquote,
+.wp-block-pullquote[style*="font-size"] blockquote p {
+	font-size: inherit;
+}
+
+.wp-block-pullquote[style*="line-height"] blockquote{
+	line-height: inherit;
+}
+
 /* Table */
 
 .wp-block-table,
diff --git a/src/wp-content/themes/twentysixteen/css/editor-blocks.css b/src/wp-content/themes/twentysixteen/css/editor-blocks.css
index 6fd2ddb01e..00f71e065c 100644
--- a/src/wp-content/themes/twentysixteen/css/editor-blocks.css
+++ b/src/wp-content/themes/twentysixteen/css/editor-blocks.css
@@ -531,6 +531,17 @@ Description: Used to style blocks in the editor.
 	content: "\2014\00a0";
 }
 
+.wp-block-pullquote[class*="-font-size"] blockquote,
+.wp-block-pullquote[class*="-font-size"] blockquote p,
+.wp-block-pullquote[style*="font-size"] blockquote,
+.wp-block-pullquote[style*="font-size"] blockquote p {
+	font-size: inherit;
+}
+
+.wp-block-pullquote[style*="line-height"] blockquote{
+	line-height: inherit;
+}
+
 /* Table */
 
 .editor-block-list__block table.wp-block-table th,
