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",
|
||||
"slug": "xx-large",
|
||||
"fluid": {
|
||||
"min": "4rem",
|
||||
"max": "20rem"
|
||||
"min": "10rem",
|
||||
"max": "16.3rem"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -76,7 +76,7 @@
|
|||
{
|
||||
"fluid": {
|
||||
"max": "7rem",
|
||||
"min": "4rem"
|
||||
"min": "4.3rem"
|
||||
},
|
||||
"size": "7rem",
|
||||
"slug": "xx-large"
|
||||
|
|
|
@ -120,7 +120,7 @@
|
|||
"size": "3.2rem",
|
||||
"fluid": {
|
||||
"min": "3.2rem",
|
||||
"max": "5.653rem"
|
||||
"max": "5.2rem"
|
||||
},
|
||||
"slug": "xx-large",
|
||||
"name": "2X Large"
|
||||
|
|
|
@ -72,10 +72,10 @@
|
|||
},
|
||||
{
|
||||
"fluid": {
|
||||
"min": "3.375rem",
|
||||
"max": "7rem"
|
||||
"min": "3.5rem",
|
||||
"max": "5.7rem"
|
||||
},
|
||||
"size": "7rem",
|
||||
"size": "5.7rem",
|
||||
"slug": "xx-large"
|
||||
}
|
||||
]
|
||||
|
|
|
@ -278,7 +278,7 @@
|
|||
},
|
||||
{
|
||||
"fluid": {
|
||||
"min": "4rem",
|
||||
"min": "6.1rem",
|
||||
"max": "10rem"
|
||||
},
|
||||
"size": "10rem",
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @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.
|
||||
|
|
Loading…
Reference in New Issue