'font-family', 'value' => 'Tahoma, Geneva, Verdana, Arial, Helvetica, sans-serif' ), ) ); /* Explicit font-family rule added */ TypekitTheme::add_font_category_rule( $category_rules, 'site-title', 'h1', array( array( 'property' => 'font-family', 'value' => 'Tahoma, Geneva, Verdana, Arial, Helvetica, sans-serif' ), array( 'property' => 'font-size', 'value' => '2.2em' ), array( 'property' => 'font-weight', 'value' => 'normal' ), ) ); /* Explicit selectors with font-family rule added */ TypekitTheme::add_font_category_rule( $category_rules, 'headings', 'h2, h3, h4, h5', array( array( 'property' => 'font-family', 'value' => 'Georgia, "Times New Roman", Times, serif' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', 'span.description', array( array( 'property' => 'font-size', 'value' => '0.4em' ), array( 'property' => 'font-weight', 'value' => 'normal' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.post .date_month', array( array( 'property' => 'font-size', 'value' => '0.6em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.post .date_day', array( array( 'property' => 'font-size', 'value' => '1.5em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', '.post h2', array( array( 'property' => 'font-weight', 'value' => 'normal' ), array( 'property' => 'font-size', 'value' => '1.8em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.post div.comment_link', array( array( 'property' => 'font-size', 'value' => '0.9em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.post .entry, .post .entrytext', array( array( 'property' => 'font-size', 'value' => '0.8em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.post .entry blockquote, .post .entrytext blockquote', array( array( 'property' => 'font-style', 'value' => 'italic' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.attachment .postmetadata, .post .postmetadata', array( array( 'property' => 'font-size', 'value' => '0.8em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', '#sidebar li h2', array( array( 'property' => 'font-size', 'value' => '0.9em' ), array( 'property' => 'font-weight', 'value' => 'normal' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#sidebar li ul', array( array( 'property' => 'font-size', 'value' => '0.8em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', '.page h2, .widecolumn h2', array( array( 'property' => 'font-size', 'value' => '2.3em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', '#content h3', array( array( 'property' => 'font-size', 'value' => '1.5em' ), array( 'property' => 'font-weight', 'value' => 'normal' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'none', '#commentform textarea', array( array( 'property' => 'font-size', 'value' => '0.8em' ), array( 'property' => 'font-family', 'value' => 'Tahoma, Geneva, Verdana, Arial, Helvetica, sans-serif' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', 'ol.commentlist', array( array( 'property' => 'font-size', 'value' => '0.8em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.comment-form-author label, .comment-form-author span, .comment-form-email label, .comment-form-email span, .comment-form-url label, .comment-form-url span', array( array( 'property' => 'font-size', 'value' => '12px' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', '.sanda h2', array( array( 'property' => 'font-size', 'value' => '2.3em' ), array( 'property' => 'font-weight', 'value' => 'normal' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#footer p', array( array( 'property' => 'font-size', 'value' => '0.8em' ), ) ); 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; } );