1. Go to this page and download the library: Download wptt/webfont-loader library. Choose the download type require.
2. Extract the ZIP file and open the index.php.
3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
/**
* Change the base path.
* This is by default WP_CONTENT_DIR.
*
* NOTE: Do not ENT_DIR;
} );
/**
* Change the base URL.
* This is by default the content_url().
*
* NOTE: Do not or false to not use a subfolder.
*/
add_filter( 'wptt_get_local_fonts_subfolder_name', function( $subfolder_name ) {
return 'fonts';
} );