//Disable Astra Google Fonts

add_filter('astra_google_fonts_selected', function($fonts) {
    return [];
});