[wp-trac] [WordPress Trac] #58754: Fluid Font Sizes not working in 6.3 nightly
WordPress Trac
noreply at wordpress.org
Fri Jul 7 16:24:15 UTC 2023
#58754: Fluid Font Sizes not working in 6.3 nightly
--------------------------+------------------------------
Reporter: jastos | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Editor | Version: trunk
Severity: normal | Resolution:
Keywords: | Focuses:
--------------------------+------------------------------
Changes (by sabernhardt):
* version: => trunk
* component: General => Editor
Old description:
> Fluid typography works in 6.2.2 with this is theme.json:
>
> "typography":{
> "fluid": true,
> "fontSizes":[
> {
> "slug":"normal",
> "name":"Normal",
> "size":"16px",
> "fluid": {
> "min": "15px",
> "max": "20px"
> }
> ]
> }
>
> In 6.3 the fluid typography seems to be ignroed.
New description:
Fluid typography works in 6.2.2 with this is theme.json:
{{{
"typography":{
"fluid": true,
"fontSizes":[
{
"slug":"normal",
"name":"Normal",
"size":"16px",
"fluid": {
"min": "15px",
"max": "20px"
}
]
}
}}}
In 6.3 the fluid typography seems to be ignored.
--
--
Ticket URL: <https://core.trac.wordpress.org/ticket/58754#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list