Make WordPress Core

Opened 16 months ago

Closed 16 months ago

Last modified 15 months ago

#63311 closed defect (bug) (wontfix)

Twenty Twenty-Two: no visible difference between l and xl font-size in editor.

Reported by: nidhidhandhukiya Owned by:
Priority: normal Milestone:
Component: Bundled Theme Version: 5.9
Severity: minor Keywords: close
Cc: Focuses:

Description

Steps to reproduce the issue :-

  1. Activate Twenty Twenty Two theme.
  2. Choose Quote block.
  3. Add some text.
  4. Now change the font size.

You can able to see tere is a very minor difference between the L and XL font sizes, which is barely visible in the editor. On the front end, the difference is noticeable, but in the editor, it might confuse users.

Change History (2)

#1 @sabernhardt
16 months ago

  • Keywords close added
  • Summary Twenty Twenty Two - Quote block having no visible difference between l and xl font-size in editor.Twenty Twenty-Two: no visible difference between l and xl font-size in editor.
  • Version 6.85.9

The font sizes can be the same in both the editor and the front, if the content width matches the front (the editor's sidebar, list view and/or block inserter panels can reduce the width).

The Large size has a fixed width of 1.75rem, and the X-Large size uses a fluid font size ranging from 1.75rem to 2.25rem.

{
	"size": "1.75rem",
	"slug": "large"
},
{
	"size": "clamp(1.75rem, 3vw, 2.25rem)",
	"slug": "x-large"
}

This seems to be a design decision before the first version of the theme.

Version 0, edited 16 months ago by sabernhardt (next)

#2 @karmatosed
16 months ago

  • Milestone Awaiting Review
  • Resolutionwontfix
  • Status newclosed

For now I am going to close this as yes it is a design decision within the theme, thank you everyone. This doesn't mean we can't reconsider if other input comes up, however for now it makes sense to resolve.

Note: See TracTickets for help on using tickets.