wp_webfont_variation_defaults

wp_webfont_variation_defaults

Hook Type: filter

See hook in core

Displaying hooks found in version: gutenberg.17.5.2

apply_filters('wp_webfont_variation_defaults') is found 1 times:

  • /lib/experimental/fonts-api/bc-layer/class-wp-web-fonts.php line 45
    		 *     @type string $font-weight  The font-weight property. Default '400'.
    		 *     @type string $font-display The font-display property. Default 'fallback'.
    		 * }
    		 */
    		$this->variation_property_defaults = apply_filters( 'wp_webfont_variation_defaults', $this->variation_property_defaults );
    
    		/**
    		 * Fires when the WP_Webfonts instance is initialized.
    		 *
    		 * @since X.X.X
    		 *