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>