mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Fonts: Fix font_style typo in wp_print_font_faces().
Changes `font_style` to `font-style` to reflect the CSS property. Follow-up to [56540]. Props tmatsuur, rajinsharwar, audrasjb. Fixes #59858. git-svn-id: https://develop.svn.wordpress.org/trunk@57240 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
489b9e737f
commit
43d2455dc6
@ -22,7 +22,7 @@
|
||||
* @type array $font_variation {
|
||||
* @type string $font-family The font-family property.
|
||||
* @type string|string[] $src The URL(s) to each resource containing the font data.
|
||||
* @type string $font_style Optional. The font-style property. Default 'normal'.
|
||||
* @type string $font-style Optional. The font-style property. Default 'normal'.
|
||||
* @type string $font-weight Optional. The font-weight property. Default '400'.
|
||||
* @type string $font-display Optional. The font-display property. Default 'fallback'.
|
||||
* @type string $ascent-override Optional. The ascent-override property.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user