美文网首页
WordPress Astra主题 禁用 google 字体(非

WordPress Astra主题 禁用 google 字体(非

作者: AsaGuo | 来源:发表于2020-09-18 14:34 被阅读0次

    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