[wp-trac] [WordPress Trac] #58754: Fluid Font Sizes not working in 6.3 nightly

WordPress Trac noreply at wordpress.org
Thu Aug 10 17:35:02 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:  6.3
 Severity:  normal        |  Resolution:
 Keywords:                |     Focuses:
--------------------------+------------------------------

Comment (by jastos):

 It looks like the issue has to do with having a fluid layout is what
 breaks fluid typography:

 "layout":{
   "contentSize":"clamp(1076px, 80vw, 1716px),
   "wideSize":"clamp(1076px, 85vw, 2120px)"
 }

 If you switch layout to static values it works:

 "layout":{
   "contentSize":"1800px",
   "wideSize":"2200px"
 }

 This was not the case in 6.2

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/58754#comment:5>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list