Make WordPress Core

Opened 3 years ago

Closed 3 years ago

#58753 closed defect (bug) (duplicate)

Fluid Font Sizes not working in 6.3 nightly

Reported by: jastos Owned by:
Priority: normal Milestone:
Component: Editor Version:
Severity: normal Keywords:
Cc: Focuses:

Description (last modified by sabernhardt)

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.

Change History (1)

#1 @sabernhardt
3 years ago

  • Component GeneralEditor
  • Description modified (diff)
  • Milestone Awaiting Review
  • Resolutionduplicate
  • Status newclosed

Duplicate of #58754.

Note: See TracTickets for help on using tickets.