Sindbad~EG File Manager

Current Path : /home/frekansk/.trash/wp-content/themes/turitor/core/hooks/
Upload File :
Current File : /home/frekansk/.trash/wp-content/themes/turitor/core/hooks/custom-fonts.php

<?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