'font', 'value' => '76% tahoma,verdana,sans-serif' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', 'a', array( array( 'property' => 'font-weight', 'value' => 'bold' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', 'h1, h2, h3, h4', array( array( 'property' => 'font-weight', 'value' => 'normal' ), array( 'property' => 'font-family', 'value' => 'tahoma,verdana,sans-serif' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', 'h1', array( array( 'property' => 'font-size', 'value' => '3.2em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', 'h2', array( array( 'property' => 'font-size', 'value' => '1.8em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', 'h3', array( array( 'property' => 'font-size', 'value' => '1.4em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', 'h4', array( array( 'property' => 'font-size', 'value' => '1.2em' ), array( 'property' => 'font-weight', 'value' => 'bold' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'site-title', '#sitetitle a', array( array( 'property' => 'font-weight', 'value' => 'normal' ), array( 'property' => 'font-family', 'value' => 'tahoma,verdana,sans-serif' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#menu a', array( array( 'property' => 'font-size', 'value' => '1.6em' ), array( 'property' => 'font-weight', 'value' => 'normal' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', '#content h2 a', array( array( 'property' => 'font-weight', 'value' => 'normal' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', '#right h2', array( array( 'property' => 'font-size', 'value' => '1.6em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#footer a', array( array( 'property' => 'font-weight', 'value' => 'normal' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#footer span', array( array( 'property' => 'font-size', 'value' => '2em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.meta', array( array( 'property' => 'font-size', 'value' => '0.9em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.date', array( 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' ), ) ); 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 .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' => '11px' ), ) ); return $category_rules; } );