'font-family', 'value' => 'Georgia, "Times New Roman", Times, serif' ), ) ); /* Explicit font-family rule added */ TypekitTheme::add_font_category_rule( $category_rules, 'site-title', '#header h1 a', array( array( 'property' => 'font-family', 'value' => 'Georgia, "Times New Roman", Times, serif' ), array( 'property' => 'font-size', 'value' => '30px' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'site-title', '#header h1 span', array( array( 'property' => 'font-size', 'value' => '11px' ), ) ); /* Explicit selectors with font-family rule added */ TypekitTheme::add_font_category_rule( $category_rules, 'headings', 'h1, h2, h3, h4, h5', array( array( 'property' => 'font-family', 'value' => 'Georgia, "Times New Roman", Times, serif' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'none', '.search-bar p input', array( array( 'property' => 'font-size', 'value' => '18px' ), array( 'property' => 'font-family', 'value' => 'inherit' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#navigation li a', array( array( 'property' => 'font-size', 'value' => '13px' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#navigation li.current_page_item > a', array( array( 'property' => 'font-weight', 'value' => 'bold' ), array( 'property' => 'font-size', 'value' => '12px' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#navigation li.current_page_item:first-child > a', array( array( 'property' => 'font-weight', 'value' => 'bold' ), array( 'property' => 'font-size', 'value' => '12px' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.page, .post', array( array( 'property' => 'font-size', 'value' => '13px' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.post-date', array( array( 'property' => 'font-size', 'value' => '15px' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.post-date .date-day', array( array( 'property' => 'font-weight', 'value' => 'bold' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', 'h2', array( array( 'property' => 'font', 'value' => 'bold 24px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.metadata', array( array( 'property' => 'font', 'value' => '11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.metadata .feedback a', array( array( 'property' => 'font-weight', 'value' => 'bold' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.prev-next', array( array( 'property' => 'font-size', 'value' => '13px' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#sidebar .side-widget', array( array( 'property' => 'font-size', 'value' => '13px' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', '.side-widget h3', array( array( 'property' => 'font-size', 'value' => '15px' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#footer', array( array( 'property' => 'font-size', 'value' => '12px' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', 'h3#comments, h3#respond', array( array( 'property' => 'font', 'value' => '18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', 'ol.commentlist li .comment-body .comment-head', array( array( 'property' => 'font', 'value' => '11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', 'ol.commentlist li .comment-body .comment-text', array( array( 'property' => 'font-size', 'value' => '13px' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', 'ol.commentlist li .comment-body .comment-text a', array( array( 'property' => 'font-weight', 'value' => 'bold' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.comment-form p', array( array( 'property' => 'font', 'value' => '12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'none', '.comment-form p input, .comment-form p label, .comment-form p textarea', array( array( 'property' => 'font', 'value' => '12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.comment-form-author label, .comment-form-email label, .comment-form-url label', array( array( 'property' => 'font-size', 'value' => '10px' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.comment-text blockquote, .entry blockquote', array( array( 'property' => 'font-style', 'value' => 'italic' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.wp-caption p.wp-caption-text', array( array( 'property' => 'font-size', 'value' => '11px' ), ) ); return $category_rules; } );