Make WordPress Core


Ignore:
Timestamp:
02/21/2024 08:05:54 PM (12 months ago)
Author:
joedolson
Message:

Twenty Twenty-Three: Update XX-large font-sizes for accessibility.

Update XX-large font-sizes so that the responsive typography meets the minimum ratio between the min and max font-sizes of 0.61 required for accessible responsive typography.

Props mikachan, ryokuhi, poena, dhruvishah2203, joedolson.
Fixes #58603.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentytwentythree/styles/aubergine.json

    r55041 r57690  
    8787                    "slug": "xx-large",
    8888                    "fluid": {
    89                         "min": "4rem",
    90                         "max": "20rem"
     89                        "min": "10rem",
     90                        "max": "16.3rem"
    9191                    }
    9292                }
Note: See TracChangeset for help on using the changeset viewer.