'font-size', 'value' => '1em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'none', 'address', array( array( 'property' => 'font-style', 'value' => 'normal' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', 'body', array( array( 'property' => 'font-size', 'value' => '62.5%' ), array( 'property' => 'font-family', 'value' => 'Georgia, "Times New Roman", Times, Serif' ), ) ); /* Explicit selectors with font-family rule added */ TypekitTheme::add_font_category_rule( $category_rules, 'headings', 'h1, h2, h3, h4, h5', array( array( 'property' => 'font-family', 'value' => 'Georgia, "Times New Roman", Times, Serif' ), ) ); /* Explicit font-family rule added */ TypekitTheme::add_font_category_rule( $category_rules, 'site-title', '#title', array( array( 'property' => 'font-family', 'value' => 'Georgia, "Times New Roman", Times, Serif' ), array( 'property' => 'font-size', 'value' => '4.6em' ), array( 'property' => 'font-weight', 'value' => 'bold' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'site-title', '#title a:link, #title a:visited', array( array( 'property' => 'font-size', 'value' => '48px' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#description h2', array( array( 'property' => 'font-size', 'value' => '1.2em' ), array( 'property' => 'font-weight', 'value' => 'normal' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#nav', array( array( 'property' => 'font-size', 'value' => '1.5em' ), array( 'property' => 'font-family', 'value' => '"Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', '.post-header h1, .post-header h2', array( array( 'property' => 'font-size', 'value' => '2.6em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.post .date', array( array( 'property' => 'font-size', 'value' => '1.6em' ), array( 'property' => 'font-weight', 'value' => 'normal' ), array( 'property' => 'font-family', 'value' => '"Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.post .date span', array( array( 'property' => 'font-weight', 'value' => 'bold' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.meta', array( array( 'property' => 'font-size', 'value' => '1.2em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.meta a:link, .meta a:visited', array( array( 'property' => 'font-style', 'value' => 'normal' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.tags', array( array( 'property' => 'font-style', 'value' => 'italic' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.alert-box a:link, .alert-box a:visited, .entry a:link, .entry a:visited', array( array( 'property' => 'font-weight', 'value' => 'bold' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.entry', array( array( 'property' => 'font-size', 'value' => '1.3em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', '.entry h2, .entry h3, .entry h4', array( array( 'property' => 'font-size', 'value' => '1.3em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', '.entry h3', array( array( 'property' => 'font-size', 'value' => '1em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', '.entry h4', array( array( 'property' => 'font-size', 'value' => '0.9em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'none', 'code', array( array( 'property' => 'font', 'value' => '1.1em Consolas, Courier New, sans-serif' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'none', 'pre code', array( array( 'property' => 'font-size', 'value' => '1.3em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', 'blockquote', array( array( 'property' => 'font-style', 'value' => 'italic' ), array( 'property' => 'font-size', 'value' => '14px' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.c-body ol li ol li, .entry ol li ol li', array( array( 'property' => 'font-size', 'value' => '0.9em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.navigation', array( array( 'property' => 'font-size', 'value' => '1.3em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.entry .float-quote p', array( array( 'property' => 'font-size', 'value' => '1.2em' ), array( 'property' => 'font-family', 'value' => '"Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.highlight-box', array( array( 'property' => 'font-family', 'value' => '"Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.entry .highlight-box p', array( array( 'property' => 'font-size', 'value' => '1.1em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.entry .highlight-box ul li', array( array( 'property' => 'font-size', 'value' => '1.1em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.comments', array( array( 'property' => 'font-size', 'value' => '1.3em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.categories', array( array( 'property' => 'font-size', 'value' => '1.1em' ), array( 'property' => 'font-style', 'value' => 'italic' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.categories a:link, .categories a:visited', array( array( 'property' => 'font-style', 'value' => 'normal' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', 'h1.pagetitle, h2.pagetitle', array( array( 'property' => 'font-size', 'value' => '2.6em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.entries', array( array( 'property' => 'font-size', 'value' => '1.3em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#sidebar-image', array( array( 'property' => 'font-size', 'value' => '1.3em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', 'h2.widgettitle', array( array( 'property' => 'font-size', 'value' => '1.4em' ), array( 'property' => 'font-weight', 'value' => 'normal' ), array( 'property' => 'font-family', 'value' => '"Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', 'ul li.widget ul', array( array( 'property' => 'font-size', 'value' => '1.4em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', 'ul li.widget ul li ul', array( array( 'property' => 'font-size', 'value' => '1em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#rss-feed p', array( array( 'property' => 'font-size', 'value' => '1.3em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#rss-feed a.email, #rss-feed a.rss, #rss-feed a.twitter', array( array( 'property' => 'font-size', 'value' => '1.3em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.comment-number', array( array( 'property' => 'font-size', 'value' => '1.3em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.comment-number span', array( array( 'property' => 'font-size', 'value' => '1.3em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', 'div.c-body', array( array( 'property' => 'font-size', 'value' => '1.3em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', 'div.c-head', array( array( 'property' => 'font-weight', 'value' => 'bold' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', 'span.asterisk', array( array( 'property' => 'font-size', 'value' => '2.2em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', 'div.c-date', array( array( 'property' => 'font-size', 'value' => '0.9em' ), array( 'property' => 'font-family', 'value' => '"Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif' ), array( 'property' => 'font-weight', 'value' => 'bold' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.c-permalink a:link, .c-permalink a:visited', array( array( 'property' => 'font-size', 'value' => '0.7em' ), array( 'property' => 'font-family', 'value' => '"Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', 'div.reply a:link, div.reply a:visited', array( array( 'property' => 'font-size', 'value' => '0.9em' ), array( 'property' => 'font-family', 'value' => '"Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#respond', array( array( 'property' => 'font-size', 'value' => '1.5em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', '#reply-title, h4#postcomment', array( array( 'property' => 'font-size', 'value' => '1.2em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#respond .required, .comment-notes', array( array( 'property' => 'font-size', 'value' => '12px' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#respond label', array( array( 'property' => 'font-size', 'value' => '12px' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'none', '#respond input[type="text"], form#commentform textarea, input.text-input', array( array( 'property' => 'font-family', 'value' => 'inherit' ), array( 'property' => 'font-size', 'value' => '0.8667em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', 'form#commentform p.guidelines', array( array( 'property' => 'font-size', 'value' => '0.8em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', 'p.comments-rss, p.subscribe-to-comments', array( array( 'property' => 'font-size', 'value' => '0.9em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', 'p.note', array( array( 'property' => 'font-style', 'value' => 'italic' ), array( 'property' => 'font-size', 'value' => '1.3em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', 'h3.pinghead', array( array( 'property' => 'font-size', 'value' => '1.3em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', 'ol.pinglist', array( array( 'property' => 'font-size', 'value' => '1.3em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.wp-caption dd, .wp-caption p', array( array( 'property' => 'font-style', 'value' => 'italic' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#footer', array( array( 'property' => 'font-size', 'value' => '1.1em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.widget_calendar table', array( array( 'property' => 'font-size', 'value' => '1.4em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.thin-sidebar .widget_calendar table td, .thin-sidebar .widget_calendar table th', array( array( 'property' => 'font-size', 'value' => '1em' ), ) ); return $category_rules; } );