'font-family', 'value' => 'inherit' ), array( 'property' => 'font-size', 'value' => '100%' ), array( 'property' => 'font-style', 'value' => 'inherit' ), array( 'property' => 'font-weight', 'value' => 'inherit' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', 'body, button, input, select, textarea', array( array( 'property' => 'font', 'value' => '13px "Lucida Grande", Arial, "Lucida Sans Unicode", sans-serif' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', 'blockquote', array( array( 'property' => 'font-family', 'value' => 'Georgia,"Times New Roman",Times,serif' ), array( 'property' => 'font-style', 'value' => 'italic' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', 'pre', array( array( 'property' => 'font-size', 'value' => '12px' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', 'code, kbd, tt, var', array( array( 'property' => 'font-size', 'value' => '12px' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'site-title', '#site-title a', array( array( 'property' => 'font', 'value' => 'bold 25px Arial, Helvetica, sans-serif' ), array( 'property' => 'font-size', 'value' => '25px' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', '#site-description', array( array( 'property' => 'font-family', 'value' => 'Georgia, "Times New Roman", Times, serif' ), array( 'property' => 'font-style', 'value' => 'italic' ), array( 'property' => 'font-size', 'value' => '13px' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', '.entry-title', array( array( 'property' => 'font', 'value' => 'bold 22px/1.2 "Lucida Grande", Arial, "Lucida Sans Unicode", sans-serif' ), array( 'property' => 'font-size', 'value' => '22px' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', '.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6', array( array( 'property' => 'font-family', 'value' => '"Lucida Grande", Arial, "Lucida Sans Unicode", sans-serif' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'placeholder', '.post-date .month', array( array( 'property' => 'font', 'value' => '11px/100% Arial, Helvetica, sans-serif' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'placeholder', '.post-date .day', array( array( 'property' => 'font', 'value' => 'bold 18px/100% Arial, Helvetica, sans-serif' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.image-attachment .entry-caption', array( array( 'property' => 'font-family', 'value' => 'Georgia,"Times New Roman",Times,serif' ), array( 'property' => 'font-size', 'value' => '12px' ), array( 'property' => 'font-style', 'value' => 'italic' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.gallery-caption, .wp-caption .wp-caption-text', array( array( 'property' => 'font-family', 'value' => 'Georgia,"Times New Roman",Times,serif' ), array( 'property' => 'font-size', 'value' => '12px' ), array( 'property' => 'font-style', 'value' => 'italic' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', '.comment-author .fn', array( array( 'property' => 'font-family', 'value' => '"Lucida Grande", Arial, "Lucida Sans Unicode", sans-serif' ), array( 'property' => 'font-size', 'value' => '16px' ), array( 'property' => 'font-style', 'value' => 'normal' ), array( 'property' => 'font-weight', 'value' => 'bold' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.commentlist .comment-reply-link', array( array( 'property' => 'font', 'value' => '10px Arial, Helvetica, sans-serif' ), array( 'property' => 'font-size', 'value' => '1px' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', '.widget-title, .widgettitle', array( array( 'property' => 'font', 'value' => 'bold 14px/110% "Lucida Grande", Arial, "Lucida Sans Unicode", sans-serif' ), ) ); return $category_rules; } );