Changeset 59260 for trunk/src/wp-includes/fonts.php
- Timestamp:
- 10/20/2024 11:23:11 PM (21 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/fonts.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/fonts.php
r58353 r59260 56 56 57 57 /** 58 * Generates and prints font-face styles defined the the theme style variations. 59 * 60 * @since 6.7.0 61 * 62 */ 63 function wp_print_font_faces_from_style_variations() { 64 $fonts = WP_Font_Face_Resolver::get_fonts_from_style_variations(); 65 66 if ( empty( $fonts ) ) { 67 return; 68 } 69 70 wp_print_font_faces( $fonts ); 71 } 72 73 /** 58 74 * Registers a new font collection in the font library. 59 75 *
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)