'font-family', 'value' => 'Georgia, Serif' ), array( 'property' => 'font-size', 'value' => '1.2em' ), ) ); /* Explicit selectors with font-family rule added */ TypekitTheme::add_font_category_rule( $category_rules, 'headings', '.content h1, h2, h3, h4, h5', array( array( 'property' => 'font-family', 'value' => 'Verdana, Arial, Sans-Serif' ), ) ); /* Explicit selectors with font-family rule added */ TypekitTheme::add_font_category_rule( $category_rules, 'site-title', '#header h1', array( array( 'property' => 'font-family', 'value' => 'Verdana, Arial, Sans-Serif' ), array( 'property' => 'font-size', 'value' => '3.0em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#sidebar', array( array( 'property' => 'font', 'value' => '1.2em Verdana, Arial, Sans-Serif' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.widecolumn .postmetadata', array( array( 'property' => 'font-size', 'value' => '0.7em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.entry ol, .entry p, .entry ul, .entrytext', array( array( 'property' => 'font-family', 'value' => 'Georgia, serif' ), array( 'property' => 'font-size', 'value' => '1.3em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.widecolumn .entry p', array( array( 'property' => 'font-size', 'value' => '1.3em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', 'small', array( array( 'property' => 'font-family', 'value' => 'Verdana, Arial, Helvetica, Sans-Serif' ), array( 'property' => 'font-size', 'value' => '0.9em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#footer', array( array( 'property' => 'font-family', 'value' => 'Verdana, Arial, Helvetica, Sans-Serif' ), array( 'property' => 'font-size', 'value' => '1.0em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', '.content h1, h2, h3', array( array( 'property' => 'font-family', 'value' => 'Verdana, Arial, Sans-Serif' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', 'h1', array( array( 'property' => 'font-size', 'value' => '3.0em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#headerimg .description', array( array( 'property' => 'font-size', 'value' => '1.7em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', 'h2', array( array( 'property' => 'font-size', 'value' => '1.6em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', 'h2.pagetitle', array( array( 'property' => 'font-size', 'value' => '1.6em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', 'h3', array( array( 'property' => 'font-size', 'value' => '1.3em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#respond .comment-form-author label, #respond .comment-form-email label, #respond .comment-form-url label', array( array( 'property' => 'font-size', 'value' => '9px' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#commentform input, #commentform textarea, .commentlist li', array( array( 'property' => 'font', 'value' => 'Verdana, Arial, Sans-Serif' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.commentlist li', array( array( 'property' => 'font-weight', 'value' => 'bold' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.commentlist cite, .commentlist cite a', array( array( 'property' => 'font-weight', 'value' => 'bold' ), array( 'property' => 'font-style', 'value' => 'normal' ), array( 'property' => 'font-size', 'value' => '1.1em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.commentlist p', array( array( 'property' => 'font-weight', 'value' => 'normal' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#commentform p', array( array( 'property' => 'font-family', 'value' => 'Verdana, Arial, Sans-Serif' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.commentmetadata', array( array( 'property' => 'font-weight', 'value' => 'normal' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', 'body', array( array( 'property' => 'font-size', 'value' => '62.5%' ), array( 'property' => 'font-family', 'value' => 'Verdana, Arial, Sans-Serif' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#content', array( array( 'property' => 'font-size', 'value' => '1.2em overflow: hidden' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'none', 'code', array( array( 'property' => 'font', 'value' => '1.1em "Courier New", Courier, Fixed' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'none', 'abbr, acronym, span.caps', array( array( 'property' => 'font-size', 'value' => '0.9em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', 'blockquote', array( array( 'property' => 'font-style', 'value' => 'italic' ), ) ); 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; } );