apply_filters( 'neve_load_remote_fonts_locally', bool $should_enqueue_locally )
Filters whether the remote fonts should be hosted locally.
Description
This filter applies for both Google Fonts and Typekit Fonts if the Typekit module is used.
Parameters
- $should_enqueue_locally
-
Whether the Google Fonts should be hosted locally. Default value is false.
Source
File: inc/views/font_manager.php
Part of Neve free theme | View on GitHub
Changelog
Version | Description |
---|---|
2.11 | Introduced. |