'font-size', 'value' => 'small' ), array( 'property' => 'font-family', 'value' => 'Arial, sans-serif' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', 'p', array( array( 'property' => 'font-size', 'value' => '1em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', 'ol, ul', array( array( 'property' => 'font-size', 'value' => '1em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', 'h1, h2, h3, h4, h5, h6', array( array( 'property' => 'font-family', 'value' => 'Verdana, serif' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', 'h1, h2', array( array( 'property' => 'font-size', 'value' => '1.5em' ), ) ); 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.3em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', 'h5', array( array( 'property' => 'font-size', 'value' => '1.2em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', 'h6', array( array( 'property' => 'font-size', 'value' => '1.1em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'none', 'input, select, textarea', array( array( 'property' => 'font-size', 'value' => '1em' ), array( 'property' => 'font-family', 'value' => 'Arial, sans-serif' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'none', 'code', array( array( 'property' => 'font-family', 'value' => 'monospace' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#wrapper', array( array( 'property' => 'font-size', 'value' => '0.9em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'site-title', '#title h1', array( array( 'property' => 'font-size', 'value' => '2em' ), array( 'property' => 'font-family', 'value' => 'Arial, sans-serif' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#sidebar', array( array( 'property' => 'font-size', 'value' => '0.92em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', '#sidebar h2', array( array( 'property' => 'font-size', 'value' => '1.1em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#footer p', array( array( 'property' => 'font-size', 'value' => '0.92em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.postfeedback, .postmeta', array( array( 'property' => 'font-size', 'value' => '0.92em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.commentauthor', array( array( 'property' => 'font-size', 'value' => '1.1em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.commentmeta', array( array( 'property' => 'font-size', 'value' => '0.92em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#respond .required', array( array( 'property' => 'font-size', 'value' => '10px' ), array( 'property' => 'font-weight', 'value' => 'bold' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#respond .comment-notes', array( array( 'property' => 'font-size', 'value' => '12px' ), ) ); 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; } );