'font-style', 'value' => 'normal' ), array( 'property' => 'font-weight', 'value' => 'normal' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', 'body', array( array( 'property' => 'font', 'value' => 'normal 75%/1.6em "Lucida Sans","Lucida Grande","Trebuchet MS",Georgia,Helvetica,sans-serif' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', 'h1, h2, h3, h4, h5, h6', array( array( 'property' => 'font-family', 'value' => '"Lucida Fax",Georgia,Helvetica,sans-serif' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', 'h2', array( array( 'property' => 'font-size', 'value' => '1.5em' ), array( 'property' => 'font-weight', 'value' => 'bold' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', 'h2, h2 a, h2 a:active, h2 a:link, h2 a:visited', array( array( 'property' => 'font-weight', 'value' => 'bold' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', 'h3', array( array( 'property' => 'font-size', 'value' => '1.2em' ), array( 'property' => 'font-weight', 'value' => 'bold' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'none', 'strong', array( array( 'property' => 'font-weight', 'value' => 'bold' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'none', 'blockquote, cite, em, q', array( array( 'property' => 'font-style', 'value' => 'italic' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'site-title', '#header h1', array( array( 'property' => 'font-family', 'value' => '"Lucida Sans", "Lucida Grande", "Trebuchet MS", Georgia, Helvetica, sans-serif' ), array( 'property' => 'font-size', 'value' => '1.5em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'site-title', '#header h1 a, #header h1 a:active, #header h1 a:link, #header h1 a:visited', array( array( 'property' => 'font-weight', 'value' => 'bold' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.description', array( array( 'property' => 'font-style', 'value' => 'italic' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#menu ul', array( array( 'property' => 'font-size', 'value' => '10px' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#menu li a:active, #menu li a:link, #menu li a:visited', array( array( 'property' => 'font-weight', 'value' => 'normal' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', '#content #sidebar h2', array( array( 'property' => 'font-size', 'value' => '1.25em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#post', array( array( 'property' => 'font-size', 'value' => '1.1em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#postmetadata, .commentlist li .metadata', array( array( 'property' => 'font-size', 'value' => '0.92em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.navigation', array( array( 'property' => 'font-family', 'value' => '"Courier New","Lucida Grande",Tahoma,"Trebuchet MS",sans-serif' ), array( 'property' => 'font-size', 'value' => '100px' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'none', '.commentlist li cite, .commentlist li small', array( array( 'property' => 'font-weight', 'value' => 'bold' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#content .commentlist .comment p', array( array( 'property' => 'font-weight', 'value' => 'normal' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#commentform label', array( array( 'property' => 'font-size', 'value' => '0.96em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#commentform label', array( array( 'property' => 'font-weight', 'value' => 'bold' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'none', '#commentform input, #commentform textarea', array( array( 'property' => 'font-family', 'value' => '"Lucida Grande",Tahoma,"Trebuchet MS"' ), array( 'property' => 'font-size', 'value' => '1.2em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#respond .required', array( array( 'property' => 'font-size', 'value' => '1.1em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.nav_over', array( array( 'property' => 'font-size', 'value' => '2em' ), ) ); return $category_rules; } );