[wp-trac] [WordPress Trac] #58753: Fluid Font Sizes not working in 6.3 nightly
WordPress Trac
noreply at wordpress.org
Sun Jul 9 00:00:35 UTC 2023
#58753: Fluid Font Sizes not working in 6.3 nightly
--------------------------+------------------------
Reporter: jastos | Owner: (none)
Type: defect (bug) | Status: closed
Priority: normal | Milestone:
Component: Editor | Version:
Severity: normal | Resolution: duplicate
Keywords: | Focuses:
--------------------------+------------------------
Changes (by sabernhardt):
* status: new => closed
* resolution: => duplicate
* component: General => Editor
* milestone: Awaiting Review =>
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 ignroed.
--
Comment:
Duplicate of #58754.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/58753#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list