[wp-trac] [WordPress Trac] #60012: Twenty Sixteen: Pullquote block Appearance setting is not working properly (was: Twenty Sixteen : PullQuote block Appereance is not working properly)

WordPress Trac noreply at wordpress.org
Tue Jan 2 20:32:03 UTC 2024


#60012: Twenty Sixteen: Pullquote block Appearance setting is not working properly
-------------------------------------+------------------------------
 Reporter:  ashikur698               |       Owner:  (none)
     Type:  defect (bug)             |      Status:  new
 Priority:  normal                   |   Milestone:  Awaiting Review
Component:  Bundled Theme            |     Version:
 Severity:  normal                   |  Resolution:
 Keywords:  needs-patch 2nd-opinion  |     Focuses:
-------------------------------------+------------------------------
Changes (by sabernhardt):

 * component:  General => Bundled Theme


Comment:

 Twenty Sixteen has three weights for Merriweather:
 - Regular 400
 - Bold 700
 - Black 900

 Merriweather also has the Light 300 weight available, though I would
 rather not bundle that set of font files too in an effort to support only
 one more weight option in a block's Appearance settings. It still would
 not be accurate for 100, 200, 500, 600 or 800.

 Twenty Sixteen has had rather opinionated italic choices in the Pullquote
 block and with `blockquote` elements before the block editor was publicly
 available. People who do not like that styling could have added custom CSS
 or chosen a different theme by now.

 Someone who chooses an Italic option when the default is italic likely
 would want the citation italicized too. However, selecting one of the
 normal Appearance options would not always mean that the user wants both
 the paragraph and the citation to have the normal `font-style`.

 This could italicize the citation:
 {{{
 .wp-block-pullquote[style*="font-style:italic"] cite {
   font-style: italic;
 }
 }}}

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


More information about the wp-trac mailing list