Make WordPress Core

Opened 3 years ago

Closed 3 years ago

#58395 closed defect (bug) (wontfix)

Twenty Twenty: H6 style is not consistent with other headings

Reported by: himshekhar07 Owned by:
Priority: normal Milestone:
Component: Bundled Theme Version:
Severity: normal Keywords:
Cc: Focuses: css

Description (last modified by sabernhardt)

In the twenty-twenty theme, the heading block style is not consistent as for the h1 to h5 the style is the same but when switching to h6 two additional css is added

text-transform: uppercase

and

letter-spacing: 0.03125em;

gets added to it.

Here is a video: https://share.cleanshot.com/TySC845CPF5snSr7vTRq

Attachments (1)

58395.patch (2.0 KB ) - added by himshekhar07 3 years ago.
Patch added

Download all attachments as: .zip

Change History (2)

@himshekhar07
3 years ago

Patch added

#1 @sabernhardt
3 years ago

  • Component GeneralBundled Theme
  • Description modified (diff)
  • Focuses css added
  • Keywords needs-patch removed
  • Milestone Awaiting Review
  • Resolutionwontfix
  • Status newclosed
  • Summary In the twenty-twenty theme heading block style is not consistentTwenty Twenty: H6 style is not consistent with other headings

Thanks for the report.

The text-transform property was a design decision for h6 headings, so it needs to stay that way in the theme. The letter-spacing was adjusted earlier, too.

Anyone who does not appreciate the uppercase text probably has switched the theme or worked around that style by now (in the Additional CSS or a child theme, or by using the "Letter case" block setting).

Note: See TracTickets for help on using tickets.