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
|
b
|
hr.wp-block-separator.is-style-dots::before { |
884 | 884 | .editor-styles-wrapper .wp-block-pullquote footer { |
885 | 885 | color: #6d6d6d; |
886 | 886 | font-size: 16px; |
887 | | font-weight: 500; |
| 887 | font-weight: inherit; |
888 | 888 | margin-top: 12px; |
889 | 889 | text-transform: none; |
| 890 | font-style: inherit; |
890 | 891 | } |
891 | 892 | |
892 | 893 | .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
|
b
|
hr.wp-block-separator.is-style-dots::before { |
888 | 888 | .editor-styles-wrapper .wp-block-pullquote footer { |
889 | 889 | color: #6d6d6d; |
890 | 890 | font-size: 16px; |
891 | | font-weight: 500; |
| 891 | font-weight: inherit; |
892 | 892 | margin-top: 12px; |
893 | 893 | text-transform: none; |
| 894 | font-style: inherit; |
894 | 895 | } |
895 | 896 | |
896 | 897 | .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
|
b
|
figure.wp-block-gallery.alignfull { |
3224 | 3224 | .wp-block-pullquote blockquote p { |
3225 | 3225 | font-family: inherit; |
3226 | 3226 | font-size: 2.8rem; |
3227 | | font-weight: 700; |
3228 | 3227 | line-height: 1.178571429; |
3229 | 3228 | letter-spacing: -0.041785714em; |
3230 | 3229 | max-width: 100%; |
3231 | 3230 | } |
3232 | 3231 | |
| 3232 | .wp-block-pullquote blockquote em{ |
| 3233 | font-weight: inherit; |
| 3234 | } |
| 3235 | |
3233 | 3236 | .wp-block-pullquote p:last-of-type { |
3234 | 3237 | margin-bottom: 0; |
3235 | 3238 | } |
diff --git a/src/wp-content/themes/twentytwenty/style.css b/src/wp-content/themes/twentytwenty/style.css
index bd85ce4afe..8fec6abf52 100644
a
|
b
|
figure.wp-block-gallery.alignfull { |
3244 | 3244 | .wp-block-pullquote blockquote p { |
3245 | 3245 | font-family: inherit; |
3246 | 3246 | font-size: 2.8rem; |
3247 | | font-weight: 700; |
3248 | 3247 | line-height: 1.178571429; |
3249 | 3248 | letter-spacing: -0.041785714em; |
3250 | 3249 | max-width: 100%; |
3251 | 3250 | } |
3252 | 3251 | |
| 3252 | .wp-block-pullquote blockquote em{ |
| 3253 | font-weight: inherit; |
| 3254 | } |
| 3255 | |
3253 | 3256 | .wp-block-pullquote p:last-of-type { |
3254 | 3257 | margin-bottom: 0; |
3255 | 3258 | } |