# quotes\_dlx\_preload\_font\_urls

This filter provides the font URLs to preload.

{% hint style="info" %}
Location: `php/Blocks.php`
{% endhint %}

{% code overflow="wrap" %}

```php
/**
 * Font URLs to pre-load.
 *
 * @since 1.0.0
 *
 * @param array Array of font URLs to preload.
 */
$font_urls = apply_filters( 'quotes_dlx_preload_font_urls', $font_urls );
```

{% endcode %}
