'font-family', 'value' => 'sans-serif' ), ) ); 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', 'dfn', array( array( 'property' => 'font-style', 'value' => 'italic' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', 'h1', array( array( 'property' => 'font-size', 'value' => '2em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', 'small', array( array( 'property' => 'font-size', 'value' => '80%' ), ) ); 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', 'code, kbd, pre, samp', array( array( 'property' => 'font-family', 'value' => 'monospace, monospace' ), array( 'property' => 'font-size', 'value' => '1em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', 'button, input, optgroup, select, textarea', array( array( 'property' => 'font', 'value' => 'inherit' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', 'optgroup', array( array( 'property' => 'font-weight', 'value' => 'bold' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', 'body, button, input, select, textarea', array( array( 'property' => 'font-family', 'value' => '"Source Sans Pro", sans-serif' ), array( 'property' => 'font-size', 'value' => '14px' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', 'h1, h2, h3, h4, h5, h6', array( array( 'property' => 'font-family', 'value' => '"Open Sans", sans-serif' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', 'h1', array( array( 'property' => 'font-size', 'value' => '2.25em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', 'h2', array( array( 'property' => 'font-size', 'value' => '1.875em' ), ) ); 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.25em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', 'h5', array( array( 'property' => 'font-size', 'value' => '1.125em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', 'h6', array( array( 'property' => 'font-size', 'value' => '1em' ), ) ); 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, 'body-text', 'blockquote cite', array( array( 'property' => 'font-size', 'value' => '0.9em' ), array( 'property' => 'font-style', 'value' => 'normal' ), array( 'property' => 'font-weight', 'value' => 'bold' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', 'pre', array( array( 'property' => 'font-family', 'value' => 'Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace' ), array( 'property' => 'font-size', 'value' => '15px' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', 'code, kbd, tt, var', array( array( 'property' => 'font-family', 'value' => 'Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace' ), array( 'property' => 'font-size', 'value' => '15px' ), array( 'property' => 'font-style', 'value' => 'normal' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', 'big', array( array( 'property' => 'font-size', 'value' => '125%' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', 'dt', array( array( 'property' => 'font-weight', 'value' => 'bold' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'none', '.menu-toggle, form button, input[type="button"], input[type="email"], input[type="reset"], input[type="search"], input[type="submit"], input[type="text"], textarea', array( array( 'property' => 'font-size', 'value' => 'inherit' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', 'form.post-password-form label', array( array( 'property' => 'font-weight', 'value' => 'bold' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'none', '.main-navigation .menu-toggle', array( array( 'property' => 'font-size', 'value' => '1.25em' ), array( 'property' => 'font-weight', 'value' => 'bold' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'none', '.main-navigation .menu-toggle:before', array( array( 'property' => 'font-family', 'value' => '\'Genericons\'' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'none', '#mobile-menu li.menu-item-has-children > a:after', array( array( 'property' => 'font-family', 'value' => '\'Genericons\'' ), array( 'property' => 'font-size', 'value' => '18px' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#mobile-menu li .dropdown-toggle:focus + a:after, #mobile-menu li .dropdown-toggle:hover + a:after', array( array( 'property' => 'font-size', 'value' => '24px' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'none', '.screen-reader-text:active, .screen-reader-text:focus, .screen-reader-text:hover', array( array( 'property' => 'font-family', 'value' => '"Open Sans", sans-serif' ), array( 'property' => 'font-size', 'value' => '14px' ), array( 'property' => 'font-size', 'value' => '14px' ), array( 'property' => 'font-weight', 'value' => '600' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.widget .widget-title, .widget .widgettitle', array( array( 'property' => 'font-size', 'value' => '15px' ), array( 'property' => 'font-weight', 'value' => '600' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.widget_calendar tbody td a', array( array( 'property' => 'font-weight', 'value' => 'bold' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.widget_recent_entries .post-date', array( array( 'property' => 'font-style', 'value' => 'italic' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.widget_rss li .rsswidget', array( array( 'property' => 'font-weight', 'value' => 'bold' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.widget_rss cite', array( array( 'property' => 'font-style', 'value' => 'italic' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#page .widget_tag_cloud a, #page .wp_widget_tag_cloud a', array( array( 'property' => 'font-size', 'value' => '14px' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.widget_wpcom_social_media_icons_widget li a', array( array( 'property' => 'font-size', 'value' => '1.8em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.archives-label', array( array( 'property' => 'font-size', 'value' => '1.75em' ), array( 'property' => 'font-weight', 'value' => 'bold' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'none', '.entry-breadcrumbs:before', array( array( 'property' => 'font-family', 'value' => '\'Genericons\'' ), array( 'property' => 'font-size', 'value' => '1.1em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'none', '.entry-breadcrumbs a:after', array( array( 'property' => 'font-family', 'value' => '\'Genericons\'' ), array( 'property' => 'font-size', 'value' => '1.1em' ), array( 'property' => 'font-weight', 'value' => 'bold' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.site-description', array( array( 'property' => 'font-size', 'value' => '13px' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#header-search', array( array( 'property' => 'font-size', 'value' => '13px' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'none', '#header-search button:before', array( array( 'property' => 'font-family', 'value' => '"Genericons"' ), array( 'property' => 'font-size', 'value' => '18px' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#secondary-navigation', array( array( 'property' => 'font-size', 'value' => '13px' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', '.site-title', array( array( 'property' => 'font-family', 'value' => '"Source Sans Pro", sans-serif' ), array( 'property' => 'font-size', 'value' => '34px' ), array( 'property' => 'font-weight', 'value' => '900' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.sticky-post-label', array( array( 'property' => 'font-size', 'value' => '16px' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'none', '.sticky-post-label:before', array( array( 'property' => 'font-family', 'value' => '\'Genericons\'' ), array( 'property' => 'font-size', 'value' => '1.2em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.entry-content, .entry-summary, .page-content', array( array( 'property' => 'font-size', 'value' => '16px' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', '.entry-header .entry-title', array( array( 'property' => 'font-size', 'value' => '28px' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'none', '.post-edit-link:before', array( array( 'property' => 'font-family', 'value' => '\'Genericons\'' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.page-links > a, .page-links > span', array( array( 'property' => 'font-size', 'value' => '0.9em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.attachment .entry-caption', array( array( 'property' => 'font-size', 'value' => '0.9em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.wp-caption-text', array( array( 'property' => 'font-size', 'value' => '0.85em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', '.page-header .page-title', array( array( 'property' => 'font-size', 'value' => '36px' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.entry-footer', array( array( 'property' => 'font-size', 'value' => '14px' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'none', '.entry-footer ul li:before', array( array( 'property' => 'font-family', 'value' => '\'Genericons\'' ), array( 'property' => 'font-size', 'value' => '22px' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', 'ul.post-categories li', array( array( 'property' => 'font-size', 'value' => '0.9em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'none', 'ul.post-categories li:first-child:before', array( array( 'property' => 'font-family', 'value' => '\'Genericons\'' ), array( 'property' => 'font-size', 'value' => '1.25em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', 'ul.post-tags li:not(:last-child):after', array( array( 'property' => 'font-size', 'value' => '0.8em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'none', '.post-navigation .nav-next a:after, .post-navigation .nav-previous a:before', array( array( 'property' => 'font-family', 'value' => '\'Genericons\'' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'none', '.posts-navigation .nav-next a:after, .posts-navigation .nav-previous a:before', array( array( 'property' => 'font-family', 'value' => '\'Genericons\'' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#infinite-handle span, .posts-navigation a', array( array( 'property' => 'font-size', 'value' => '16px' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', 'table tbody th, table td', array( array( 'property' => 'font-weight', 'value' => '400' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#comments', array( array( 'property' => 'font-size', 'value' => '16px' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.comments-title', array( array( 'property' => 'font-family', 'value' => '"Source Sans Pro", sans-serif' ), array( 'property' => 'font-size', 'value' => '1.5em' ), array( 'property' => 'font-weight', 'value' => 'bold' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.comment-author b.fn', array( array( 'property' => 'font-weight', 'value' => 'normal' ), array( 'property' => 'font-size', 'value' => '1em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.comment-reply-link', array( array( 'property' => 'font-size', 'value' => '0.938em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#reply-title', array( array( 'property' => 'font-family', 'value' => '"Source Sans Pro", sans-serif' ), array( 'property' => 'font-size', 'value' => '1.25em' ), array( 'property' => 'font-weight', 'value' => 'bold' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.pingback, .trackback', array( array( 'property' => 'font-weight', 'value' => 'bold' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.pingback a, .trackback a', array( array( 'property' => 'font-weight', 'value' => 'normal' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.pingback .edit-link:before, .trackback .edit-link:before', array( array( 'property' => 'font-size', 'value' => '0.8em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.comment-metadata', array( array( 'property' => 'font-size', 'value' => '0.938em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.comment-metadata .edit-link:before', array( array( 'property' => 'font-size', 'value' => '0.9em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.comment-author-name a', array( array( 'property' => 'font-size', 'value' => '14px' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#respond, .comment-body', array( array( 'property' => 'font-size', 'value' => '15px' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.comment-awaiting-moderation', array( array( 'property' => 'font-size', 'value' => '15px' ), array( 'property' => 'font-style', 'value' => 'italic' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#cancel-comment-reply-link', array( array( 'property' => 'font-weight', 'value' => 'normal' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', 'body:not(.highlander-enabled) .comment-form label', array( array( 'property' => 'font-weight', 'value' => 'bold' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'none', '.comment-navigation .nav-next a:after, .comment-navigation .nav-previous a:before', array( array( 'property' => 'font-family', 'value' => '\'Genericons\'' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.comment-navigation a', array( array( 'property' => 'font-size', 'value' => '16px' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'none', '.post-format-link:before', array( array( 'property' => 'font-family', 'value' => '\'Genericons\'' ), ) ); 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, 'headings', '.comments-title', array( array( 'property' => 'font-size', 'value' => '1.75em' ), ), array( 'screen and (min-width: 29.375em)', ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#respond, .comment-body', array( array( 'property' => 'font-size', 'value' => '16px' ), ), array( 'screen and (min-width: 29.375em)', ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.entry-content, .entry-summary, .page-content', array( array( 'property' => 'font-size', 'value' => '18px' ), ), array( 'screen and (min-width: 29.375em)', ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', '.entry-header .entry-title', array( array( 'property' => 'font-size', 'value' => '36px' ), ), array( 'screen and (min-width: 29.375em)', ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.entry-footer', array( array( 'property' => 'font-size', 'value' => '15px' ), ), array( 'screen and (min-width: 29.375em)', ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#primary-menu > li', array( array( 'property' => 'font-size', 'value' => '15px' ), ), array( 'screen and (min-width: 29.375em)', ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#primary-menu > li > a', array( array( 'property' => 'font-weight', 'value' => '500' ), ), array( 'screen and (min-width: 29.375em)', ) ); TypekitTheme::add_font_category_rule( $category_rules, 'none', '#primary-menu > li.menu-item-has-children > a:before', array( array( 'property' => 'font-family', 'value' => '\'Genericons\'' ), array( 'property' => 'font-size', 'value' => '18px' ), ), array( 'screen and (min-width: 29.375em)', ) ); TypekitTheme::add_font_category_rule( $category_rules, 'none', '#primary-menu ul li.menu-item-has-children > a:before', array( array( 'property' => 'font-family', 'value' => '\'Genericons\'' ), array( 'property' => 'font-size', 'value' => '18px' ), ), array( 'screen and (min-width: 29.375em)', ) ); return $category_rules; } );