wp_font_face_property_defaults
wp_font_face_property_defaults
Hook Type: filter
Displaying hooks found in version: gutenberg.16.6.0apply_filters('wp_font_face_property_defaults') is found 1 times:
- /lib/compat/wordpress-6.4/fonts/font-face/class-wp-font-face.php line 100
* @type string $font-weight The font-weight property. Default '400'. * @type string $font-display The font-display property. Default 'fallback'. * } */ $this->font_face_property_defaults = apply_filters( 'wp_font_face_property_defaults', $this->font_face_property_defaults ); if ( function_exists( 'is_admin' ) && ! is_admin() && function_exists( 'current_theme_supports' ) && ! current_theme_supports( 'html5', 'style' ) ) {