«theme-twenty-twelve» 태그된 질문

4
스물 열두 테마에서 Open Sans 제거
Twenty Twelve v1.0의 하위 테마를 만들고 Open Sans 글꼴을 제거하고 싶습니다. Open Sans는 Twenty Twelve´s functions.php에 추가되었습니다 : wp_enqueue_style( 'twentytwelve-fonts', add_query_arg( $query_args, "$protocol://fonts.googleapis.com/css" ), array(), null ); 내 childtheme functions.php (아래 예제 참조)에서 스타일 시트를 등록 취소 / 대기열에서 삭제하려고했지만 효과가 없습니다. function example_scripts_styles() { wp_deregister_style( 'twentytwelve-fonts' ); wp_dequeue_style( 'twentytwelve-fonts' …
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.