Make WordPress Core


Ignore:
Timestamp:
02/21/2024 08:05:54 PM (10 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/theme.json

    r57502 r57690  
    279279                {
    280280                    "fluid": {
    281                         "min": "4rem",
     281                        "min": "6.1rem",
    282282                        "max": "10rem"
    283283                    },
Note: See TracChangeset for help on using the changeset viewer.