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
|
b
|
blockquote > *:last-child { |
| 141 | 141 | blockquote p { |
| 142 | 142 | letter-spacing: normal; |
| 143 | 143 | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; |
| 144 | | font-size: 1.25rem; |
| 145 | 144 | font-style: normal; |
| 146 | 145 | font-weight: 700; |
| 147 | 146 | line-height: 1.7; |
| … |
… |
pre.wp-block-preformatted { |
| 1639 | 1638 | |
| 1640 | 1639 | .wp-block-quote p { |
| 1641 | 1640 | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; |
| 1642 | | font-size: 1.25rem; |
| 1643 | 1641 | font-style: normal; |
| 1644 | 1642 | font-weight: 700; |
| 1645 | 1643 | 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
|
b
|
blockquote > *:last-child { |
| 1311 | 1311 | blockquote p { |
| 1312 | 1312 | letter-spacing: normal; |
| 1313 | 1313 | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; |
| 1314 | | font-size: 1.25rem; |
| 1315 | 1314 | font-style: normal; |
| 1316 | 1315 | font-weight: 700; |
| 1317 | 1316 | 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
|
b
|
blockquote > *:last-child { |
| 332 | 332 | blockquote p { |
| 333 | 333 | letter-spacing: var(--heading--letter-spacing-h4); |
| 334 | 334 | font-family: var(--quote--font-family); |
| 335 | | font-size: var(--quote--font-size); |
| 336 | 335 | font-style: var(--quote--font-style); |
| 337 | 336 | font-weight: var(--quote--font-weight); |
| 338 | 337 | line-height: var(--quote--line-height); |
| … |
… |
pre.wp-block-preformatted { |
| 1543 | 1542 | |
| 1544 | 1543 | .wp-block-quote p { |
| 1545 | 1544 | font-family: var(--quote--font-family); |
| 1546 | | font-size: var(--quote--font-size); |
| 1547 | 1545 | font-style: var(--quote--font-style); |
| 1548 | 1546 | font-weight: var(--quote--font-weight); |
| 1549 | 1547 | 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
|
b
|
blockquote { |
| 19 | 19 | p { |
| 20 | 20 | letter-spacing: var(--heading--letter-spacing-h4); |
| 21 | 21 | font-family: var(--quote--font-family); |
| 22 | | font-size: var(--quote--font-size); |
| 23 | 22 | font-style: var(--quote--font-style); |
| 24 | 23 | font-weight: var(--quote--font-weight); |
| 25 | 24 | 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
|
b
|
|
| 5 | 5 | |
| 6 | 6 | p { |
| 7 | 7 | font-family: var(--quote--font-family); |
| 8 | | font-size: var(--quote--font-size); |
| 9 | 8 | font-style: var(--quote--font-style); |
| 10 | 9 | font-weight: var(--quote--font-weight); |
| 11 | 10 | 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
|
b
|
blockquote > *:last-child { |
| 1136 | 1136 | blockquote p { |
| 1137 | 1137 | letter-spacing: var(--heading--letter-spacing-h4); |
| 1138 | 1138 | font-family: var(--quote--font-family); |
| 1139 | | font-size: var(--quote--font-size); |
| 1140 | 1139 | font-style: var(--quote--font-style); |
| 1141 | 1140 | font-weight: var(--quote--font-weight); |
| 1142 | 1141 | 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
|
b
|
blockquote > *:last-child { |
| 1144 | 1144 | blockquote p { |
| 1145 | 1145 | letter-spacing: var(--heading--letter-spacing-h4); |
| 1146 | 1146 | font-family: var(--quote--font-family); |
| 1147 | | font-size: var(--quote--font-size); |
| 1148 | 1147 | font-style: var(--quote--font-style); |
| 1149 | 1148 | font-weight: var(--quote--font-weight); |
| 1150 | 1149 | line-height: var(--quote--line-height); |