'font', 'value' => '62.5%/125% "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'none', 'input, textarea', array( array( 'property' => 'font-size', 'value' => '11px' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#footer', array( array( 'property' => 'font-family', 'value' => 'Georgia, "Times New Roman", serif' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#content', array( array( 'property' => 'font-size', 'value' => '1.1em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', '#sidebar h3', array( array( 'property' => 'font-variant', 'value' => 'small-caps' ), array( 'property' => 'font-size', 'value' => '12px' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.postmetadata a', array( array( 'property' => 'font-weight', 'value' => 'bold' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.post .postmetadata', array( array( 'property' => 'font-size', 'value' => '10px' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.post .postmetadata a', array( array( 'property' => 'font-weight', 'value' => 'normal' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.continue', array( array( 'property' => 'font-weight', 'value' => 'bold' ), array( 'property' => 'font-size', 'value' => '1.3em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.top .entry', array( array( 'property' => 'font-size', 'value' => '1.1em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.entrytext', array( array( 'property' => 'font-size', 'value' => '1.1em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', 'ul.archive', array( array( 'property' => 'font-size', 'value' => '1.3em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', 'h1, h2, h3, h4, h5, h6', array( array( 'property' => 'font-family', 'value' => 'Georgia, "Times New Roman", serif' ), array( 'property' => 'font-weight', 'value' => 'normal' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'site-title', '#header h1', array( array( 'property' => 'font-size', 'value' => '2em' ), array( 'property' => 'font-family', 'value' => 'Georgia, "Times New Roman", serif' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', 'h2', array( array( 'property' => 'font-size', 'value' => '1.25em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', '.post h2.first', array( array( 'property' => 'font-size', 'value' => '1.75em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', '.widecolumn h2.title', array( array( 'property' => 'font-size', 'value' => '1.75em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.description', array( array( 'property' => 'font-weight', 'value' => 'bold' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.authormeta', array( array( 'property' => 'font-size', 'value' => '10px' ), array( 'property' => 'font-weight', 'value' => 'bold' ), ) ); 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; } );