'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, dt', array( array( 'property' => '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, 'headings', 'blockquote, caption, h1, h2, h3, h4, h5, h6, th', array( array( 'property' => '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, 'none', 'html', array( array( 'property' => 'font-size', 'value' => '62.5%' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', 'td', array( array( 'property' => 'font-weight', 'value' => 'normal' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', 'caption, th', array( array( 'property' => 'font-weight', 'value' => 'normal' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', 'textarea', array( array( 'property' => 'font-family', 'value' => '"Times New Roman", Times, serif' ), array( 'property' => 'font-size', 'value' => '16px' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', 'body, button, input, select', array( array( 'property' => 'font-family', 'value' => '"Times New Roman", Times, serif' ), array( 'property' => 'font-size', 'value' => '16px' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', 'h1, h2, h3, h4, h5, h6', array( array( 'property' => 'font-family', 'value' => '"Vollkorn", "Times New Roman", serif' ), array( 'property' => 'font-weight', 'value' => '400' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', 'h1', array( array( 'property' => 'font-size', 'value' => '2.2em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', 'h2', array( array( 'property' => 'font-size', 'value' => '1.7em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', 'h3', array( array( 'property' => 'font-size', 'value' => '1.5em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', 'h4', array( array( 'property' => 'font-size', 'value' => '1.35em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', 'h5', array( array( 'property' => 'font-size', 'value' => '1.2em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', 'h6', array( array( 'property' => 'font-size', 'value' => '1.2em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', 'dt', array( array( 'property' => 'font-family', 'value' => '"Vollkorn", "Times New Roman", serif' ), array( 'property' => 'font-weight', 'value' => '400' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', 'b, strong', array( array( 'property' => 'font-weight', 'value' => 'bold' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', 'cite, dfn, em, i', array( array( 'property' => 'font-style', 'value' => 'italic' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', 'blockquote', array( array( 'property' => 'font-family', 'value' => '"Vollkorn", "Times New Roman", serif' ), array( 'property' => 'font-weight', 'value' => '400' ), array( 'property' => 'font-size', 'value' => '20px' ), array( 'property' => 'font-style', 'value' => 'italic' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', 'blockquote::before', array( array( 'property' => 'font-family', 'value' => '"Vollkorn", "Times New Roman", serif' ), array( 'property' => 'font-size', 'value' => '90px' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', 'address', array( array( 'property' => 'font-style', 'value' => 'italic' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'none', 'pre', array( array( 'property' => 'font-family', 'value' => '"Courier 10 Pitch", Courier, monospace' ), array( 'property' => 'font-size', 'value' => '15px' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'none', 'code, kbd, tt, var', array( array( 'property' => 'font', 'value' => '.9em Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', 'sub, sup', array( array( 'property' => 'font-size', 'value' => '75%' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', 'small', array( array( 'property' => 'font-size', 'value' => '75%' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', 'big', array( array( 'property' => 'font-size', 'value' => '125%' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', 'caption', array( array( 'property' => 'font-family', 'value' => '"Vollkorn", "Times New Roman", serif' ), array( 'property' => 'font-size', 'value' => '1.2em' ), array( 'property' => 'font-weight', 'value' => '400' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', 'th', array( array( 'property' => 'font-family', 'value' => '"Vollkorn", "Times New Roman", serif' ), array( 'property' => 'font-weight', 'value' => 'bold' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'none', 'textarea', array( array( 'property' => 'font-size', 'value' => '100%' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', 'button, input, select', array( array( 'property' => 'font-size', 'value' => '100%' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', 'button, html input[type="button"], input[type="reset"], input[type="submit"]', array( array( 'property' => 'font', 'value' => '1em/1em "Vollkorn", serif' ), array( 'property' => 'font-weight', 'value' => '400' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'none', 'input[type=email], input[type=password], input[type=search], input[type=text], textarea', array( array( 'property' => 'font-family', 'value' => '"Courier New", Courier, monospace' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', '.main-navigation', array( array( 'property' => 'font-family', 'value' => '"Vollkorn", "Times New Roman", serif' ), array( 'property' => 'font-weight', 'value' => '400' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', '.main-navigation li', array( array( 'property' => 'font-size', 'value' => '1.125em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', '.main-navigation ul ul', array( array( 'property' => 'font-size', 'value' => '14px' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', '.main-navigation li.current-menu-item a, .main-navigation li.current_page_item a', array( array( 'property' => 'font-style', 'value' => 'italic' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', '.main-navigation ul li.parent > a:after', array( array( 'property' => 'font-size', 'value' => '0.6em' ), array( 'property' => 'font-weight', 'value' => 'bold' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'site-title', 'h1.site-title', array( array( 'property' => 'font-size', 'value' => '2.5em' ), array( 'property' => 'font-family', 'value' => '"Vollkorn", "Times New Roman", serif' ), array( 'property' => 'font-weight', 'value' => '400' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', '.site-description', array( array( 'property' => 'font-size', 'value' => '1.1em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#colophon', array( array( 'property' => 'font-size', 'value' => '0.8em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.entry-format', array( array( 'property' => 'font-size', 'value' => '0.8em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', '.entry-date', array( array( 'property' => 'font-family', 'value' => '"Vollkorn", "Times New Roman", serif' ), array( 'property' => 'font-size', 'value' => '1.3em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.entry-meta', array( array( 'property' => 'font-size', 'value' => '0.9em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.wp-caption .wp-caption-text', array( array( 'property' => 'font-size', 'value' => '1em' ), array( 'property' => 'font-style', 'value' => 'italic' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.gallery-caption', array( array( 'property' => 'font-size', 'value' => '0.8em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.site-content .site-navigation', array( array( 'property' => 'font-size', 'value' => '0.8em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#reply-title, .comments-title', array( array( 'property' => 'font-style', 'value' => 'italic' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.comment footer', array( array( 'property' => 'font-size', 'value' => '0.8em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', 'a.comment-reply-link', array( array( 'property' => 'font-size', 'value' => '0.8em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.nocomments, .nopassword', array( array( 'property' => 'font-size', 'value' => '24px' ), array( 'property' => 'font-weight', 'value' => '100' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.widget li, .widget p', array( array( 'property' => 'font-size', 'value' => '0.85em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', '#tertiary .sep', array( array( 'property' => 'font-family', 'value' => '"Vollkorn", "Times New Roman", serif' ), array( 'property' => 'font-size', 'value' => '2em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', 'body', array( array( 'property' => 'font-size', 'value' => '10pt' ), ), array( '( max-width: 1100px )', ) ); return $category_rules; } );