Twenty Fourteen: Fixes pullquote block issues with font sizing.

The pullquote block was not showing increase in sizes within the editor. This solves that and allows you to see the change both in the editor and front.

Props nidhidhandhukiya, huzaifaalmesbah.
Fixes #59800.


git-svn-id: https://develop.svn.wordpress.org/trunk@57989 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Tammie Lister 2024-04-12 19:53:05 +00:00
parent bcf58a34ef
commit a584c4ea0d
2 changed files with 2 additions and 2 deletions

View File

@ -175,7 +175,7 @@ q:after {
blockquote { blockquote {
color: #767676; color: #767676;
font-size: 19px; font-size: inherit;
font-style: italic; font-style: italic;
font-weight: 300; font-weight: 300;
line-height: 1.2631578947; line-height: 1.2631578947;

View File

@ -256,7 +256,7 @@ q:after {
blockquote { blockquote {
color: #767676; color: #767676;
font-size: 19px; font-size: inherit;
font-style: italic; font-style: italic;
font-weight: 300; font-weight: 300;
line-height: 1.2631578947; line-height: 1.2631578947;