LayerSlider WP 图层幻灯片去掉 Google fonts 字体的方法,让网站加速访问更快。

正在查看 2 个帖子:1-2 (共 2 个帖子)
  • 作者
    帖子
  • 诗语
    管理员
    • 文章数量: 5,925
    @feibisi
    楼主

    去掉 Google fonts 的方法,让主题速度更快。

    // 去掉 LayerSlider 的 Google Fonts, googlefonts.admincdn.com slow down site
    function wpse_dequeue_google_fonts() {
        wp_dequeue_style( 'ls-google-fonts' );
    }
    add_action (  'wp_enqueue_scripts' ,  'wpse_dequeue_google_fonts' ,  99  );

    添加这段代码到子主题的 functions.php 中就能够去掉 Google fonts 主题的,薇晓朵的子主题已经默认添加了此代码。

    chailei
    • 文章数量: 1
    @chailei

    Great@!

正在查看 2 个帖子:1-2 (共 2 个帖子)
  • 哎呀,回复话题必需登录。

话题信息

  • 当前位于:WP Mirror
  • 1 条回复
  • 2 个参与人
  • 最后回复:<a href="https://bbs.weixiaoduo.com/users/chailei/" title=" 查看 chailei 的个人资料" class="bbp-author-link"><span class="bbp-author-name">chailei</span></a>
  • 上次活动:<a href="https://bbs.weixiaoduo.com/topic/25940/#post-25944" title=" 回复至:LayerSlider WP 图层幻灯片去掉 Google fonts 字体的方法,让网站加速访问更快。">6 年、 10 月前</a>