'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-family', 'value' => '"Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif' ), array( 'property' => 'font-size', 'value' => '16px' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', 'body, button, input, select, textarea', array( array( 'property' => 'font-family', 'value' => '"Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif' ), array( 'property' => 'font-weight', 'value' => '400' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', 'h1, h2, h3, h4, h5, h6', array( array( 'property' => 'font-family', 'value' => 'Open Sans, Helvetica, Arial, sans-serif' ), array( 'property' => 'font-weight', 'value' => '600' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', 'h1, .alpha', array( array( 'property' => 'font-family', 'value' => 'Open Sans, Helvetica, Arial, sans-serif' ), array( 'property' => 'font-weight', 'value' => '600' ), array( 'property' => 'font-size', 'value' => '28.432px' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', '.site-title', array( array( 'property' => 'font-size', 'value' => '36.8px' ), ), array( 'screen and (max-width: 475px)', ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', '.site-title', array( array( 'property' => 'font-family', 'value' => 'Open Sans, Helvetica, Arial, sans-serif' ), array( 'property' => 'font-weight', 'value' => '600' ), array( 'property' => 'font-size', 'value' => '67.344px' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', '.site-description', array( array( 'property' => 'font-family', 'value' => 'Open Sans, Helvetica, Arial, sans-serif' ), array( 'property' => 'font-weight', 'value' => '400' ), array( 'property' => 'font-size', 'value' => '13.504px' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', 'h1.archive-header, .site-title.archive-header, .alpha.archive-header', array( array( 'property' => 'font-weight', 'value' => '400' ), array( 'property' => 'font-size', 'value' => '18px' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', 'h2', array( array( 'property' => 'font-family', 'value' => 'Open Sans, Helvetica, Arial, sans-serif' ), array( 'property' => 'font-weight', 'value' => '600' ), array( 'property' => 'font-size', 'value' => '24px' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', 'h3', array( array( 'property' => 'font-family', 'value' => 'Open Sans, Helvetica, Arial, sans-serif' ), array( 'property' => 'font-weight', 'value' => '600' ), array( 'property' => 'font-size', 'value' => '21.328px' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', 'h4', array( array( 'property' => 'font-family', 'value' => 'Open Sans, Helvetica, Arial, sans-serif' ), array( 'property' => 'font-weight', 'value' => '600' ), array( 'property' => 'font-size', 'value' => '18px' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', 'h5, h6', array( array( 'property' => 'font-family', 'value' => 'Open Sans, Helvetica, Arial, sans-serif' ), array( 'property' => 'font-weight', 'value' => '600' ), array( 'property' => 'font-size', 'value' => '16px' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', 'span.ampersand', array( array( 'property' => 'font-family', 'value' => 'Baskerville, Palatino, "Book Antiqua", serif' ), array( 'property' => 'font-style', 'value' => 'italic' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', 'code, kbd, tt, var', array( array( 'property' => 'font', 'value' => '15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', 'form.searchform:before', array( array( 'property' => 'font-size', 'value' => '14px' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', '.main-nav h2', array( array( 'property' => 'font-size', 'value' => '16px' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', '.page-title, .post-title, .widget-title', array( array( 'property' => 'font-size', 'value' => '24px' ), ), array( 'screen and (max-width: 475px)', ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', '.page-title, .post-title', array( array( 'property' => 'font-size', 'value' => '42.64px' ), array( 'property' => 'font-weight', 'value' => '700' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', 'form.searchform:before', array( array( 'property' => 'font-size', 'value' => '14px' ), ) ); return $category_rules; } );