'font-family', 'value' => 'Trebuchet MS, Georgia, "Times New Roman", serif' ), array( 'property' => 'font-size', 'value' => '90%' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'none', 'code', array( array( 'property' => 'font-size', 'value' => '1em' ), array( 'property' => 'font-style', 'value' => 'italic' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'none', 'cite', array( array( 'property' => 'font-size', 'value' => '0.9em' ), array( 'property' => 'font-style', 'value' => 'normal' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', 'h3', array( array( 'property' => 'font-size', 'value' => '1.3em' ), array( 'property' => 'font-family', 'value' => 'verdana, helvetica, sans-serif' ), array( 'property' => 'font-weight', 'value' => 'normal' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', 'p', array( array( 'property' => 'font-size', 'value' => '1.1em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'site-title', '#header h1', array( array( 'property' => 'font-size', 'value' => '1.5em' ), array( 'property' => 'font-weight', 'value' => 'normal' ), array( 'property' => 'font-family', 'value' => 'Georgia, Verdana, Arial, Sans-Serif' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#content', array( array( 'property' => 'font-size', 'value' => '0.9em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#content ol', array( array( 'property' => 'font-size', 'value' => '1.1em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#content ul', array( array( 'property' => 'font-size', 'value' => '1.1em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', 'ul.post-meta span.post-meta-key', array( array( 'property' => 'font-weight', 'value' => 'bold' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.post-info', array( array( 'property' => 'font-size', 'value' => '0.85em' ), array( 'property' => 'font-family', 'value' => 'verdana, helvetica, sans-serif' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', '#content .post-title em', array( array( 'property' => 'font-family', 'value' => 'Georgia, Arial, Sans-Serif' ), array( 'property' => 'font-size', 'value' => '0.96em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.post-title em', array( array( 'property' => 'font-size', 'value' => '1.3em' ), array( 'property' => 'font-style', 'value' => 'normal' ), array( 'property' => 'font-family', 'value' => 'Georgia, Arial, Sans-Serif' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.post-content', array( array( 'property' => 'font-size', 'value' => '0.89em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#sidebar', array( array( 'property' => 'font-family', 'value' => 'Trebuchet MS, Arial,Verdana, helvetica, sans-serif' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', '#sidebar h2', array( array( 'property' => 'font-family', 'value' => 'Georgia,Verdana, Arial, Helvetica, sans-serif' ), array( 'property' => 'font-size', 'value' => '1em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', '#sidebar h2.special', array( array( 'property' => 'font-family', 'value' => 'Georgia,Verdana, Arial, Helvetica, sans-serif' ), array( 'property' => 'font-size', 'value' => '1em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#sidebar ul ul', array( array( 'property' => 'font-family', 'value' => 'Verdana, Arial, Helvetica, sans-serif' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#sidebar li, #sidebar ul li', array( array( 'property' => 'font-size', 'value' => '0.92em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#sidebar ul li p', array( array( 'property' => 'font-size', 'value' => '1.0em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#footer', array( array( 'property' => 'font-size', 'value' => '0.9em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#content .commentlist', array( array( 'property' => 'font', 'value' => 'bold 1em georgia, "Times New Roman", serif' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#content .commentlist li', array( array( 'property' => 'font', 'value' => 'normal 0.85em georgia, "Times New Roman", serif' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#content .commentlist li ul', array( array( 'property' => 'font-size', 'value' => '110%' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#comments, #respond', array( array( 'property' => 'font', 'value' => '0.9em verdana, helvetica, sans-serif' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.pauthor, .pcat, .ptime', 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; } );