From a584c4ea0d0ae50ab78da3a0ca21d781bf553cb9 Mon Sep 17 00:00:00 2001 From: Tammie Lister Date: Fri, 12 Apr 2024 19:53:05 +0000 Subject: [PATCH] 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 --- src/wp-content/themes/twentyfourteen/css/editor-style.css | 2 +- src/wp-content/themes/twentyfourteen/style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-content/themes/twentyfourteen/css/editor-style.css b/src/wp-content/themes/twentyfourteen/css/editor-style.css index 4f91b4200b1eb..0694248612692 100644 --- a/src/wp-content/themes/twentyfourteen/css/editor-style.css +++ b/src/wp-content/themes/twentyfourteen/css/editor-style.css @@ -175,7 +175,7 @@ q:after { blockquote { color: #767676; - font-size: 19px; + font-size: inherit; font-style: italic; font-weight: 300; line-height: 1.2631578947; diff --git a/src/wp-content/themes/twentyfourteen/style.css b/src/wp-content/themes/twentyfourteen/style.css index 8c6f821552625..b4ec5b95a04f4 100644 --- a/src/wp-content/themes/twentyfourteen/style.css +++ b/src/wp-content/themes/twentyfourteen/style.css @@ -256,7 +256,7 @@ q:after { blockquote { color: #767676; - font-size: 19px; + font-size: inherit; font-style: italic; font-weight: 300; line-height: 1.2631578947;