Viewing 1 replies (of 1 total)
  • Theme Author PressMaximum

    (@pressmaximum)

    Hi,

    You can use this snippet code to remove Google fonts from the theme

    add_filter( 'customify/list-fonts', function( $fonts ) {
        unset ($fonts['google'] );
        return $fonts;
    } );
Viewing 1 replies (of 1 total)
  • The topic ‘removing Google Fonts from theme?’ is closed to new replies.