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. Built from https://develop.svn.wordpress.org/trunk@57690 git-svn-id: http://core.svn.wordpress.org/trunk@57191 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
5c49b1cc7b
commit
83ba8ad091
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -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"
|
||||||
|
|
|
@ -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"
|
||||||
|
|
|
@ -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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -278,7 +278,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fluid": {
|
"fluid": {
|
||||||
"min": "4rem",
|
"min": "6.1rem",
|
||||||
"max": "10rem"
|
"max": "10rem"
|
||||||
},
|
},
|
||||||
"size": "10rem",
|
"size": "10rem",
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '6.5-beta2-57689';
|
$wp_version = '6.5-beta2-57690';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue