'font-family', 'value' => '\'Trebuchet MS\',\'Lucida Grande\', Arial, sans-serif' ), array( 'property' => 'font-size', 'value' => 'small' ), array( 'property' => 'font-weight', 'value' => '400' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'site-title', 'h1#blogname a', array( array( 'property' => 'font-family', 'value' => '' ), array( 'property' => 'font-size', 'value' => '36px' ), array( 'property' => 'font-weight', 'value' => '400' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.description', array( array( 'property' => 'font-size', 'value' => '1em' ), array( 'property' => 'font-style', 'value' => 'italic' ), array( 'property' => 'font-weight', 'value' => '400' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#content', array( array( 'property' => 'font-size', 'value' => '100%' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', 'h2', array( array( 'property' => 'font-family', 'value' => '' ), array( 'property' => 'font-size', 'value' => '150%' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', 'h4', array( array( 'property' => 'font-family', 'value' => '' ), array( 'property' => 'font-size', 'value' => '130%' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body', '.commentname a', array( array( 'property' => 'font', 'value' => 'bold 110% "Trebuchet MS", "Lucida Grande", verdana, helvetica, arial, sans-serif' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#respond label', array( array( 'property' => 'font-size', 'value' => '11px' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'none', '#respond .required', array( array( 'property' => 'font-size', 'value' => '11px' ), 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' => '11px' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', 'h3, h3.entrytitle', array( array( 'property' => 'font-family', 'value' => '' ), array( 'property' => 'font-size', 'value' => '170%' ), array( 'property' => 'font-weight', 'value' => '400' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', 'h3 a, h3.entrytitle a, h3.entrytitle a:visited', array( array( 'property' => 'font-weight', 'value' => '400' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.entrymeta', array( array( 'property' => 'font-weight', 'value' => '400' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', 'h2.archives', array( array( 'property' => 'font-style', 'value' => 'italic' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', '#sidebar h2', array( array( 'property' => 'font-size', 'value' => '18px' ), array( 'property' => 'font-weight', 'value' => '400' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.scrobblersmall', array( array( 'property' => 'font-size', 'value' => '11px' ), array( 'property' => 'font-style', 'value' => 'italic' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#searchdiv', array( array( 'property' => 'font-weight', 'value' => '700' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', 'td, th', array( array( 'property' => 'font-weight', 'value' => '400' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', 'blockquote', array( array( 'property' => 'font-style', 'value' => 'italic' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', '#comments, h1, h2, h3, h4', array( array( 'property' => 'font-family', 'value' => '' ), array( 'property' => 'font-weight', 'value' => '400' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', '#commentblock h2, h3', array( array( 'property' => 'font-size', 'value' => '140%' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.entrybody a:link, .entrybody a:visited', array( array( 'property' => 'font-weight', 'value' => '400' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.entrybody a:active, .entrybody a:hover', array( array( 'property' => 'font-weight', 'value' => '400' ), ) ); 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; } );