• Resolved Andy Devaney

    (@sustainhealth)


    Hi Long,

    I hope you are keeping well.

    Could you supply the php. code to remove Google Fonts from the theme please?

    Also is it possible to add in my own adobe font with the same php. code?

    Thank you.

    Andy

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter Andy Devaney

    (@sustainhealth)

    Sorry found this code on the forum, I’m presuming you add this to the php. function file?

    add_filter( ‘customify/list-fonts’, function( $fonts ) {
    unset ($fonts[‘google’] );
    return $fonts;
    } );

Viewing 1 replies (of 1 total)
  • The topic ‘Removing Google Fonts’ is closed to new replies.