'font-family', 'value' => '\'BebasNeueRegular\'' ), array( 'property' => 'font-weight', 'value' => 'normal' ), array( 'property' => 'font-style', 'value' => 'normal' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'none', '@font-face', array( array( 'property' => 'font-family', 'value' => '\'Genericons\'' ), array( 'property' => 'font-weight', 'value' => 'normal' ), array( 'property' => 'font-style', 'value' => 'normal' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'none', 'html', array( array( 'property' => 'font-size', 'value' => '62.5%' ), array( 'property' => 'font-family', 'value' => 'sans-serif' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', 'body, button, input, select, textarea', array( array( 'property' => 'font-size', 'value' => '1.5rem' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', 'address, dfn', array( array( 'property' => 'font-style', 'value' => 'italic' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'none', 'code, kbd, pre, samp', array( array( 'property' => 'font', 'value' => '15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'none', 'blockquote', array( array( 'property' => 'font-family', 'value' => 'Georgia, serif' ), array( 'property' => 'font-size', 'value' => '16px' ), array( 'property' => 'font-style', 'value' => 'italic' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.quote-caption, .quote-caption cite, blockquote cite', array( array( 'property' => 'font-family', 'value' => 'sans-serif' ), array( 'property' => 'font-style', 'value' => 'normal' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', 'h1', array( array( 'property' => 'font-size', 'value' => '2.6rem' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', 'h2', array( array( 'property' => 'font-size', 'value' => '2.2rem' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', 'h3', array( array( 'property' => 'font-size', 'value' => '2.0rem' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', 'h4', array( array( 'property' => 'font-size', 'value' => '1.6rem' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', 'h5', array( array( 'property' => 'font-size', 'value' => '1.4rem' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', 'h6', array( array( 'property' => 'font-size', 'value' => '1.2rem' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', 'dt', array( array( 'property' => 'font-weight', 'value' => 'bold' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'none', 'b, strong', array( array( 'property' => 'font-weight', 'value' => 'bold' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'none', 'cite, dfn, em, i', 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' => '1.5rem' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'none', 'sub, sup', array( array( 'property' => 'font-size', 'value' => '75%' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'none', 'small', array( array( 'property' => 'font-size', 'value' => '75%' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'none', 'big', array( array( 'property' => 'font-size', 'value' => '125%' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', 'th', array( array( 'property' => 'font-weight', 'value' => 'bold' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'none', 'button, input, select, textarea', array( array( 'property' => 'font-family', 'value' => 'inherit' ), array( 'property' => 'font-size', 'value' => '100%' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.menu-toggle, button, html input[type="button"], input[type="reset"], input[type="submit"]', array( array( 'property' => 'font-size', 'value' => '1.4rem' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'none', '.comment-reply-link:before, .comment-reply-login:before, .genericon:before', array( array( 'property' => 'font-family', 'value' => '\'Genericons\'' ), array( 'property' => 'font-size', 'value' => '16px' ), array( 'property' => 'font-style', 'value' => 'normal' ), array( 'property' => 'font-weight', 'value' => 'normal' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'none', '.screen-reader-text:active, .screen-reader-text:focus', array( array( 'property' => 'font-size', 'value' => '14px' ), array( 'property' => 'font-weight', 'value' => 'bold' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'site-title', '.site-title', array( array( 'property' => 'font-family', 'value' => 'inherit' ), array( 'property' => 'font-size', 'value' => '2.6rem' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.site-description', array( array( 'property' => 'font-size', 'value' => '1.2rem' ), array( 'property' => 'font-weight', 'value' => 'normal' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', '.archive .page-title, .error404 .page-title, .search .page-title', array( array( 'property' => 'font-family', 'value' => 'Georgia,serif' ), array( 'property' => 'font-size', 'value' => '2rem' ), array( 'property' => 'font-weight', 'value' => 'normal' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'none', '.entry-format .genericon:before', array( array( 'property' => 'font-size', 'value' => '3.2rem' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'none', '.format-standard .genericon.entry-format:before', array( array( 'property' => 'font-size', 'value' => '3.2rem' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', '.entry-title', array( array( 'property' => 'font', 'value' => '3rem/1.4 Georgia, serif' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.more-link', array( array( 'property' => 'font-family', 'value' => 'BebasNeueRegular,Arial,sans-serif' ), array( 'property' => 'font-size', 'value' => '1.6rem' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'none', '.entry-meta', array( array( 'property' => 'font-size', 'value' => '1.3rem' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.entry-meta [rel="tag"]', array( array( 'property' => 'font', 'value' => 'normal 1.4rem BebasNeueRegular,Arial,sans-serif' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.wp-caption-text', array( array( 'property' => 'font-size', 'value' => '1rem' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'none', '.navigation-paging .meta-nav', array( array( 'property' => 'font-size', 'value' => '5.8rem' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', '.comments-title', array( array( 'property' => 'font', 'value' => 'italic 2.2rem normal Georgia,serif' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'none', '.fn, .fn .url', array( array( 'property' => 'font-size', 'value' => '14px' ), array( 'property' => 'font-style', 'value' => 'normal' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'none', '.comment-meta', array( array( 'property' => 'font-size', 'value' => '12px' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.comment-reply-link, .comment-reply-login', array( array( 'property' => 'font-family', 'value' => 'Arial,sans-serif' ), array( 'property' => 'font-size', 'value' => '10px' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'none', '.navigation-comment [class*="nav-"]', array( array( 'property' => 'font-weight', 'value' => 'bold' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#respond label', array( array( 'property' => 'font-family', 'value' => 'Georgia,serif' ), array( 'property' => 'font-size', 'value' => '1.5rem' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#respond label span', array( array( 'property' => 'font-size', 'value' => '1.1rem' ), array( 'property' => 'font-style', 'value' => 'italic' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#respond input, #respond textarea', array( array( 'property' => 'font-family', 'value' => 'Georgia' ), array( 'property' => 'font-size', 'value' => '1.8rem' ), array( 'property' => 'font-weight', 'value' => 'normal' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', '.no-comments', array( array( 'property' => 'font', 'value' => 'italic 1.8rem Georgia, serif' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.widget', array( array( 'property' => 'font-size', 'value' => '1.4rem' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', '.widget-title', array( array( 'property' => 'font-family', 'value' => 'Georgia, serif' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', '.site .widget-title', array( array( 'property' => 'font-size', 'value' => '1.2rem' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'none', '.widget a', array( array( 'property' => 'font-weight', 'value' => 'bold' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', '.site-footer .widget-title', array( array( 'property' => 'font-size', 'value' => '1.4rem' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'none', '.widget_rss .rss-date', array( array( 'property' => 'font-style', 'value' => 'italic' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'none', '#infinite-footer .blog-credits, #infinite-footer .blog-info, .site-info', array( array( 'property' => 'font-size', 'value' => '1.3rem' ), ) ); return $category_rules; } );