'font-family', 'value' => '"Trebuchet MS", Tahoma, Lucida Grande, Verdana, Arial, Helvetica, sans-serif' ), array( 'property' => 'font-size', 'value' => '62.5%' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'site-title', '#header h1', array( array( 'property' => 'font-family', 'value' => 'Georgia, "Times New Roman", Times, serif' ), array( 'property' => 'font-size', 'value' => '2.2em' ), array( 'property' => 'font-weight', 'value' => 'normal' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#header p', array( array( 'property' => 'font-size', 'value' => '1em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', 'h1, h2, h3', array( array( 'property' => 'font-family', 'value' => 'Georgia, "Times New Roman", Times, serif' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', 'h2', array( array( 'property' => 'font-size', 'value' => '1.5em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', 'h3', array( array( 'property' => 'font-size', 'value' => '1.2em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#nav', array( array( 'property' => 'font-size', 'value' => '1.2em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#nav ul li', array( array( 'property' => 'font-weight', 'value' => 'bold' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.entry', array( array( 'property' => 'font-size', 'value' => '1.1em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', '.entrytitle h2, .entrytitle h3', array( array( 'property' => 'font-weight', 'value' => 'normal' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', '.entrytitle h3', array( array( 'property' => 'font-weight', 'value' => 'normal' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.entry-1, .sticky', array( array( 'property' => 'font-size', 'value' => '1.3em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', 'body#home .entry-1 .entrytitle h3, body#home .sticky .entrytitle h3', array( array( 'property' => 'font-size', 'value' => '0.9em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.entrymeta', array( array( 'property' => 'font-size', 'value' => '0.8em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#sidebar', array( array( 'property' => 'font-size', 'value' => '1.1em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', '#sidebar h3', array( array( 'property' => 'font-size', 'value' => '1.8em' ), array( 'property' => 'font-weight', 'value' => 'normal' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.commentsblock', array( array( 'property' => 'font-size', 'value' => '1.1em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.commentauthor', array( array( 'property' => 'font-size', 'value' => '1.5em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', 'ol.commentlist', array( array( 'property' => 'font-size', 'value' => '0.9em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', 'h3#comments', array( array( 'property' => 'font-size', 'value' => '1.6em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#respond label', array( array( 'property' => 'font-size', 'value' => '10px' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#respond .required', array( array( 'property' => 'font-size', 'value' => '10px' ), array( 'property' => 'font-weight', 'value' => 'bold' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#respond .subscribe-label', array( array( 'property' => 'font-size', 'value' => '12px' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#respond .comment-notes', array( array( 'property' => 'font-size', 'value' => '10px' ), ) ); 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; } );