'font-family', 'value' => 'Georgia, "Times New Roman", Times, serif' ), array( 'property' => 'font-size', 'value' => '62.5%' ), ) ); /* 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' => 'Tahoma, Verdana, Arial, Helvetica, sans-serif' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#content', array( array( 'property' => 'font-size', 'value' => '1.2em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#sidebar', array( array( 'property' => 'font-size', 'value' => '1.1em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#footer', array( array( 'property' => 'font-size', 'value' => '0.9em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.nav ul', array( array( 'property' => 'font-size', 'value' => '13px' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', 'h1, h2, h3', array( array( 'property' => 'font-family', 'value' => 'Tahoma, Verdana, Arial, Helvetica, sans-serif' ), array( 'property' => 'font-weight', 'value' => 'normal' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'site-title', '#header h1', array( array( 'property' => 'font-family', 'value' => 'Georgia, "Times New Roman", Times, serif' ), array( 'property' => 'font-size', 'value' => '3em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#header p', array( array( 'property' => 'font-size', 'value' => '1.1em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', '.entrytitle h2', array( array( 'property' => 'font-size', 'value' => '2.2em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', '.entrytitle h3', array( array( 'property' => 'font-size', 'value' => '1.8em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', '#sidebar h3', array( array( 'property' => 'font-size', 'value' => '1.5em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.entrymeta', array( array( 'property' => 'font-size', 'value' => '0.9em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.commentauthor', array( array( 'property' => 'font-size', 'value' => '1.5em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', 'ol.commentlist', array( array( 'property' => 'font-size', 'value' => '0.9em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', 'h3#comments', array( array( 'property' => 'font-size', 'value' => '1.6em' ), ) ); 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; } );