Viewing 2 posts - 1 through 2 (of 2 total) Author Posts July 23, 2017 at 6:07 am #828586 onspringParticipant We’d like to know how to entirely remove the ability to select google fonts, and prevent the calling of their CDN/Url in the header. With this, we’d like to substitute our own font that we can load into the directory structure as needed. July 24, 2017 at 2:20 am #828828 MikeModerator Hey onspring, The following code in functions.php will remove the Google Fonts inclusion: add_action( 'init', 'enfold_customization_switch_fonts' ); function enfold_customization_switch_fonts() { global $avia; $avia->style->print_extra_output = false; } Best regards, Mike Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In