0byt3m1n1-V2
Path:
/
home
/
yvffpqmy
/
dataharbor.africa
/
wp-content
/
themes
/
blo
/
core
/
hooks
/
[
Home
]
File: custom-fonts.php
<?php if (!defined('ABSPATH')) die('Direct access forbidden.'); /** * hooks for adding custom fonts */ function blo_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', 'blo_custom_fonts' );
©
2018.