[wp-trac] [WordPress Trac] #63311: Twenty Twenty-Two: no visible difference between l and xl font-size in editor. (was: Twenty Twenty Two - Quote block having no visible difference between l and xl font-size in editor.)
WordPress Trac
noreply at wordpress.org
Fri Apr 18 13:03:47 UTC 2025
#63311: Twenty Twenty-Two: no visible difference between l and xl font-size in
editor.
------------------------------+------------------------------
Reporter: nidhidhandhukiya | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Bundled Theme | Version: 5.9
Severity: minor | Resolution:
Keywords: close | Focuses:
------------------------------+------------------------------
Changes (by sabernhardt):
* keywords: => close
* version: 6.8 => 5.9
Comment:
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
[https://github.com/WordPress/twentytwentytwo/pull/298/files#diff-
160c735a986cf8c05e1f6b2e9ac89dd0410562d2fe5ccbdc93157bd92f3dc2bcR193-R200
design decision] before the first version of the theme.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/63311#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list