คำถามติดแท็ก theme-twenty-twelve

4
เอา Open Sans ออกจากชุดรูปแบบ Twenty Twelve
ฉันกำลังสร้างธีมลูกสำหรับ Twenty Twelve v1.0 และฉันต้องการลบแบบอักษร Open Sans Open Sans ถูกเพิ่มเข้ามาในฟังก์ชั่นของ Twenty Twelve wp_enqueue_style( 'twentytwelve-fonts', add_query_arg( $query_args, "$protocol://fonts.googleapis.com/css" ), array(), null ); ฉันได้พยายามยกเลิกการลงทะเบียน / ถอนการสไตล์ชีทในฟังก์ชั่น childtheme's.php (ดูตัวอย่างด้านล่าง) แต่ไม่มีผล: function example_scripts_styles() { wp_deregister_style( 'twentytwelve-fonts' ); wp_dequeue_style( 'twentytwelve-fonts' ); } add_action( 'wp_enqueue_scripts', 'example_scripts_styles' ); มีแนวคิดใดบ้างที่ฉันจะลบไฟล์นี้? ขอบคุณ!
โดยการใช้ไซต์ของเรา หมายความว่าคุณได้อ่านและทำความเข้าใจนโยบายคุกกี้และนโยบายความเป็นส่วนตัวของเราแล้ว
Licensed under cc by-sa 3.0 with attribution required.