Disable ASTRA Theme Google Fonts

PHOTO EMBED

Tue Nov 08 2022 08:50:48 GMT+0000 (Coordinated Universal Time)

Saved by @yosk #theme #disable #astra

//Disable Astra Google Fonts

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