'eeeeee', 'border' => 'cccccc', 'text' => '333333', 'link' => '3cb5c7', 'url' => '3cb5c7', ); } } add_action( 'after_setup_theme', 'balloons_wpcom_setup' ); // Dequeue the font script if the blog has WP.com Custom Design. function balloons_dequeue_fonts() { if ( class_exists( 'TypekitData' ) && class_exists( 'CustomDesign' ) && CustomDesign::is_upgrade_active() ) { $customfonts = TypekitData::get( 'families' ); if ( $customfonts && ( $customfonts['site-title']['id'] || $customfonts['headings']['id'] ) ) wp_dequeue_style( 'googlefonts' ); } } add_action( 'wp_enqueue_scripts', 'balloons_dequeue_fonts' );