欢迎来到北剑锋信息 官方网站!
您的位置: 首页 - 网站建设 - 移除WordPress后台Google Font API链接
移除WordPress后台Google Font API链接

移除WordPress后台Google Font API链接

童鞋们有没感觉后台略卡了呢?那是因为WordPress使用了Google Font API,解决方法是移除这个字体文件链接或替换为国内公共CDN库链接。DN库链接。 方法:移除 Google font 链接 function remove_open_sans_from_wp_core() { wp_deregister_style( open-sans ); wp_register_style(

联系电话:18837777618
产品详情

童鞋们有没感觉后台略卡了呢?那是因为WordPress使用了Google Font API,解决方法是移除这个字体文件链接或替换为国内公共CDN库链接。DN库链接。

        方法:移除 Google font 链接


        function remove_open_sans_from_wp_core() {


        wp_deregister_style( open-sans );


        wp_register_style( open-sans, false );


        wp_enqueue_style(open-sans,);


        }


        add_action( init, remove_open_sans_from_wp_core );
标签: wordpress

相关产品

客服
微信
客服
扫码加微信(手机同号)

18837777618

电话
TOP