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.

git-svn-id: https://develop.svn.wordpress.org/trunk@57690 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Joe Dolson 2024-02-21 20:05:54 +00:00
parent 214b196ce9
commit 84ce628d0b
5 changed files with 8 additions and 8 deletions

View File

@ -86,8 +86,8 @@
"size": "10rem", "size": "10rem",
"slug": "xx-large", "slug": "xx-large",
"fluid": { "fluid": {
"min": "4rem", "min": "10rem",
"max": "20rem" "max": "16.3rem"
} }
} }
] ]

View File

@ -76,7 +76,7 @@
{ {
"fluid": { "fluid": {
"max": "7rem", "max": "7rem",
"min": "4rem" "min": "4.3rem"
}, },
"size": "7rem", "size": "7rem",
"slug": "xx-large" "slug": "xx-large"

View File

@ -120,7 +120,7 @@
"size": "3.2rem", "size": "3.2rem",
"fluid": { "fluid": {
"min": "3.2rem", "min": "3.2rem",
"max": "5.653rem" "max": "5.2rem"
}, },
"slug": "xx-large", "slug": "xx-large",
"name": "2X Large" "name": "2X Large"

View File

@ -72,10 +72,10 @@
}, },
{ {
"fluid": { "fluid": {
"min": "3.375rem", "min": "3.5rem",
"max": "7rem" "max": "5.7rem"
}, },
"size": "7rem", "size": "5.7rem",
"slug": "xx-large" "slug": "xx-large"
} }
] ]

View File

@ -278,7 +278,7 @@
}, },
{ {
"fluid": { "fluid": {
"min": "4rem", "min": "6.1rem",
"max": "10rem" "max": "10rem"
}, },
"size": "10rem", "size": "10rem",