Twenty Twenty-Four: Change font family slug to lowercase.
Ensures referencing the correct CSS custom property. Props RavanH, poena, onemaggie, huzaifaalmesbah, mukesh27. Fixes #60325. Built from https://develop.svn.wordpress.org/trunk@57351 git-svn-id: http://core.svn.wordpress.org/trunk@56857 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
64ca037991
commit
eafafcf518
|
@ -247,7 +247,7 @@
|
|||
{
|
||||
"fontFamily": "Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol",
|
||||
"name": "System Serif",
|
||||
"slug": "system-Serif"
|
||||
"slug": "system-serif"
|
||||
}
|
||||
],
|
||||
"fontSizes": [
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.5-alpha-57350';
|
||||
$wp_version = '6.5-alpha-57351';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue