'font-size', 'value' => 'small' ), array( 'property' => 'font-family', 'value' => '"Lucida Sans Unicode", Tahoma, Arial, sans-serif' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'site-title', '#header h1', array( array( 'property' => 'font-family', 'value' => '' ), ) ); 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' => 'Georgia, serif' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', 'h1, h2', array( array( 'property' => 'font-size', 'value' => '1.6em' ), ) ); 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, 'body-text', 'blockquote', array( array( 'property' => 'font-size', 'value' => '0.92em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'none', 'code', array( array( 'property' => 'font-family', 'value' => 'monospace' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'none', 'input, select, textarea', array( array( 'property' => 'font', 'value' => '1em "Lucida Sans Unicode", Tahoma, Arial, sans-serif' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'site-title', '#title', array( array( 'property' => 'font-size', 'value' => '2.6em' ), array( 'property' => 'font-variant', 'value' => 'small-caps' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#wrapper', array( array( 'property' => 'font-size', 'value' => '0.92em' ), ) ); 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, 'body-text', '#footer', 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.2em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.postdate', 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', '.commentdate', array( array( 'property' => 'font-size', 'value' => '0.92em' ), ) ); 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; } );