'font-size', 'value' => '90%' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', 'body', array( array( 'property' => 'font-family', 'value' => '"Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', 'cite', array( array( 'property' => 'font-size', 'value' => '90%' ), array( 'property' => 'font-style', 'value' => 'normal' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', 'h2', array( array( 'property' => 'font', 'value' => '95% "Times New Roman", Times, serif' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', 'h3', array( array( 'property' => 'font-family', 'value' => '"Times New Roman", Times, serif' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', 'ol#comments li p', array( array( 'property' => 'font-size', 'value' => '100%' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.feedback, li, p', array( array( 'property' => 'font', 'value' => '90%/175% "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif' ), ) ); 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', '.credit', array( array( 'property' => 'font-size', 'value' => '11px' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.meta', array( array( 'property' => 'font-size', 'value' => '0.75em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.meta, .meta a', array( array( 'property' => 'font-weight', 'value' => 'normal' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#respond label', array( array( 'property' => 'font-size', 'value' => '0.8em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#respond .comment-notes, #respond .form-allowed-tags, #respond .subscribe-label', array( array( 'property' => 'font-size', 'value' => '0.8em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#commentlist li ul', array( array( 'property' => 'font-size', 'value' => '110%' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'site-title', '#header', array( array( 'property' => 'font', 'value' => 'italic normal 230% "Times New Roman", Times, serif' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#menu ul', array( array( 'property' => 'font-weight', 'value' => 'bold' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#menu ul li', array( array( 'property' => 'font', 'value' => 'italic normal 110% "Times New Roman", Times, serif' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#menu ul ul', array( array( 'property' => 'font-variant', 'value' => 'normal' ), array( 'property' => 'font-weight', 'value' => 'normal' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#menu ul ul li', array( array( 'property' => 'font', 'value' => 'normal normal 12px/115% "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#menu ul ul ul.children', array( array( 'property' => 'font-size', 'value' => '142%' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#menu li.widget_recent_comments', array( array( 'property' => 'font', 'value' => 'normal normal normal 12px/115% "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#wp-calendar', array( array( 'property' => 'font-size', 'value' => '14px' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#wp-calendar caption', array( array( 'property' => 'font-size', 'value' => '16px' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', '#wp-calendar td', array( array( 'property' => 'font', 'value' => 'normal 12px "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', '#wp-calendar th', array( array( 'property' => 'font-style', 'value' => 'normal' ), ) ); 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; } );