童鞋們有沒感覺後台略卡了呢?那是因為 WordPress 使用了 Google Font API,解決方法是移除這個字體文件鏈接或替換為國內公共 CDN 庫鏈接。 DN 庫鏈接。

方法: 移除 Google font 鏈接

  1. function remove_open_sans_from_wp_core() {
  2. wp_register_style( 'open-sans', false );
  3. '');

  4. }