'font-family', 'value' => 'verdana, Helvetica, sans-serif' ), array( 'property' => 'font-size', 'value' => '0.8em' ), ) ); /* Explicit selectors with font-family rule added */ TypekitTheme::add_font_category_rule( $category_rules, 'headings', 'h1, h2, h3, h4, h5', array( array( 'property' => 'font-family', 'value' => 'Georgia, "Times New Roman", Times, serif' ), ) ); /* Explicit font-family rule added */ TypekitTheme::add_font_category_rule( $category_rules, 'site-title', '#matt h1', array( array( 'property' => 'font-family', 'value' => 'verdana, Helvetica, sans-serif' ), array( 'property' => 'font-size', 'value' => '17px' ), array( 'property' => 'font-weight', 'value' => 'normal' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#mike_content', array( array( 'property' => 'font-size', 'value' => '0.85em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.info', array( array( 'property' => 'font-size', 'value' => '9px' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', '#mike_content h2', array( array( 'property' => 'font-size', 'value' => '17px' ), array( 'property' => 'font-family', 'value' => '"Trebuchet MS", Arial' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.category', array( array( 'property' => 'font-size', 'value' => '9px' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#dooncha_sidebar', array( array( 'property' => 'font-family', 'value' => 'Arial, Helvetica, sans-serif' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#author_talk, #dooncha_sidebar ul#navigational, #dooncha_sidebar ul.nonnavigational', array( array( 'property' => 'font-weight', 'value' => 'bold' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#author_talk', array( array( 'property' => 'font-weight', 'value' => 'normal' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', '.side_title', array( array( 'property' => 'font-size', 'value' => '0.8em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#footer p', array( array( 'property' => 'font-size', 'value' => '0.7em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#footer span', array( array( 'property' => 'font-weight', 'value' => 'bold' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', '#reply-title', array( array( 'property' => 'font-size', 'value' => '17px' ), array( 'property' => 'font-family', 'value' => '"Trebuchet MS", Arial' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.comment-form-author label, .comment-form-comment label, .comment-form-email label, .comment-form-url label', array( array( 'property' => 'font-size', 'value' => '10px' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#commentform input', array( array( 'property' => 'font-size', 'value' => '12px' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#commentform textarea', array( array( 'property' => 'font-size', 'value' => '12px' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#postcomment a', array( array( 'property' => 'font-size', 'value' => '11px' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'none', 'code', array( array( 'property' => 'font-size', 'value' => '1.1em' ), ) ); 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; } );