To disable loading Google Fonts by the Astra Theme, add this code to your child themes function.php:
add_filter('astra_google_fonts_selected', function($fonts) {
return [];
});
To disable loading Google Fonts by the Astra Theme, add this code to your child themes function.php:
add_filter('astra_google_fonts_selected', function($fonts) {
return [];
});
本文标题:WordPress Astra主题 禁用 google 字体(非
本文链接:https://www.haomeiwen.com/subject/mwhjyktx.html
网友评论