[wp-trac] [WordPress Trac] #58169: Twenty Nineteen: Quote block having issue when font-size is selected

WordPress Trac noreply at wordpress.org
Mon Jun 26 13:06:19 UTC 2023


#58169: Twenty Nineteen: Quote block having issue when font-size is selected
----------------------------------------------+---------------------
 Reporter:  nidhidhandhukiya                  |       Owner:  (none)
     Type:  defect (bug)                      |      Status:  new
 Priority:  normal                            |   Milestone:  6.3
Component:  Bundled Theme                     |     Version:  6.2
 Severity:  normal                            |  Resolution:
 Keywords:  has-testing-info has-screenshots  |     Focuses:
----------------------------------------------+---------------------

Comment (by poena):

 If I understand the comments correctly, there are two issues:

 1) ** Front:** The {{{<cite>}}} does not change font size at all when the
 quote block typography settings are used.
 2) **Editor**, the cite changes, but not to the correct size.


 **Preset:**
 When I set the font size to the large preset:
 The {{{.has-large-font-size}}} class on the front is overridden by the
 theme CSS for {{{.entry .entry-content .wp-block-quote cite}}}

 **Custom size:**
 When I select a custom font size:
 **Front:** The font size is inline on the blockquote element, and the
 theme CSS for {{{.entry .entry-content .wp-block-quote cite}}} overrides
 it.

 **Editor:** the font size is overridden by this CSS:

 {{{
 .wp-block-quote cite,
 .wp-block-quote footer,
 .wp-block-quote .wp-block-quote__citation {
   font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto",
 "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica
 Neue", sans-serif;
   font-size: 0.71111em;
   line-height: 1.6;
   color: inherit;
 }

 }}}

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/58169#comment:11>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list