/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/
// Salient - register custom fonts to show in Redux Typography field
function salient_redux_custom_fonts() {
    return array(
        'Custom Fonts' => array(
            'Biro Script US Plus Regular' => 'Biro Script US Plus Regular',
            'Biro Script US Plus Bold'    => 'Biro Script US Plus Bold'
        )
    );
}
add_filter( "redux/salient_redux/field/typography/custom_fonts", "salient_redux_custom_fonts" );




