WordPress/wp-includes/fonts
hellofromTonya 9122ef68e1 Fonts: Get font-family name from 'fontFamily' field.
Instead of getting the name from the optional `'name'` field, the font-family name now comes from the required `'fontFamily'` field.

This change fixes a back-compat (BC) break in how the font-family name is pulled from the incoming font data in the `WP_Font_Face_Resolver`.

Why?

WP Core does not require the `'name'` field in theme.json. For themes that do not declare it, that set of font variations is ignored, thus causing a BC break from how the stopgap code worked (see [53282]).

However, `WP_Theme_JSON` schema does require the `fontFamily` field in each of the `typography.fontFamilies`.

== Other details:

Includes a parser to extract the first entry when a `fontFamily` field has a comma-separated list of font-families, e.g. `Inter, sans-serif`.

References:
* Merge from Gutenberg's PR https://github.com/WordPress/gutenberg/pull/54615.

Follow-up to [56500], [53282].

Props ironprogrammer, hellofromTonya, mmaattiiaass, pbking.
Fixes #59165.
Built from https://develop.svn.wordpress.org/trunk@56688


git-svn-id: http://core.svn.wordpress.org/trunk@56200 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2023-09-25 21:29:17 +00:00
..
class-wp-font-face-resolver.php Fonts: Get font-family name from 'fontFamily' field. 2023-09-25 21:29:17 +00:00
class-wp-font-face.php Introduce font-face styles generator and printer. 2023-08-31 21:49:20 +00:00
dashicons.eot Administration: Reverse the arrow direction for database import/export icons. 2020-07-17 17:11:03 +00:00
dashicons.svg Administration: Reverse the arrow direction for database import/export icons. 2020-07-17 17:11:03 +00:00
dashicons.ttf Administration: Reverse the arrow direction for database import/export icons. 2020-07-17 17:11:03 +00:00
dashicons.woff Dashicons: Update to the latest files. 2016-03-18 20:26:26 +00:00
dashicons.woff2 Administration: Reverse the arrow direction for database import/export icons. 2020-07-17 17:11:03 +00:00