Changeset 57720 for trunk/src/wp-includes/fonts.php
- Timestamp:
- 02/27/2024 12:04:55 PM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/fonts.php
r57686 r57720 14 14 * 15 15 * @param array[][] $fonts { 16 * Optional. The font-families and their font variations. Default empty array.17 * 18 * @type string $font-family => array[] $variations{19 * Optional. An associatedarray of font variations for this font-family.20 * Each variationhas the following structure.21 * 22 * @type array $font_variation{16 * Optional. The font-families and their font faces. Default empty array. 17 * 18 * @type array { 19 * An indexed or associative (keyed by font-family) array of font variations for this font-family. 20 * Each font face has the following structure. 21 * 22 * @type array { 23 23 * @type string $font-family The font-family property. 24 24 * @type string|string[] $src The URL(s) to each resource containing the font data.
Note: See TracChangeset
for help on using the changeset viewer.