Sindbad~EG File Manager
<?php if (!defined('ABSPATH')) die('Direct access forbidden.');
/**
* hooks for adding custom fonts
*/
function turitor_custom_fonts( $fonts ) {
$gilroy = array(
'family' => 'gilroylight'
);
$gilroyextrabold = array(
'family' => 'gilroyextrabold'
);
array_push( $fonts, 'gilroylight', 'gilroyextrabold' );
return $fonts;
}
add_filter( 'fw_option_type_typography_v2_standard_fonts', 'turitor_custom_fonts' );
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists