'font-family', 'value' => '"Trebuchet MS", "Bitstream Vera Serif", Utopia, "Times New Roman", times, serif' ), ) ); /* Explicit selectors with font-family rule added */ TypekitTheme::add_font_category_rule( $category_rules, 'headings', '#bloque h1, h2, h3, h4, h5, h6, th', array( array( 'property' => 'font-family', 'value' => '"Trebuchet MS", "Bitstream Vera Serif", Utopia, "Times New Roman", times, serif' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#pagesnav', array( array( 'property' => 'font-size', 'value' => '12px' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#sidebar', array( array( 'property' => 'font-size', 'value' => '11px' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#credits', array( array( 'property' => 'font-family', 'value' => 'Small Fonts, VT100, Arial, Helvetica' ), array( 'property' => 'font-size', 'value' => '9px' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'site-title', '#header h1', array( array( 'property' => 'font-family', 'value' => '"Trebuchet MS", "Bitstream Vera Serif", Utopia, "Times New Roman", times, serif' ), array( 'property' => 'font-size', 'value' => '30px' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#pagesnav a', array( array( 'property' => 'font-weight', 'value' => 'bold' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'none', '#search input', array( array( 'property' => 'font-size', 'value' => '12px' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#noticias ol, #noticias p, #noticias ul', array( array( 'property' => 'font-size', 'value' => '13px' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', '#noticias h2, #noticias h2 a', array( array( 'property' => 'font-size', 'value' => '18px' ), array( 'property' => 'font-weight', 'value' => 'normal' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', '#noticias h3', array( array( 'property' => 'font-size', 'value' => '15px' ), array( 'property' => 'font-weight', 'value' => 'normal' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#noticias small', array( array( 'property' => 'font-family', 'value' => 'Arial, Helvetica, Sans-Serif' ), array( 'property' => 'font-size', 'value' => '11px' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.feedback', array( array( 'property' => 'font-size', 'value' => '12px' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#commentlist small', array( array( 'property' => 'font-size', 'value' => '11px' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#commentlist blockquote', array( array( 'property' => 'font-style', 'value' => 'italic' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#comments, #postcomment', array( array( 'property' => 'font-size', 'value' => '14px !important' ), array( 'property' => 'font-weight', 'value' => 'normal' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'none', '#commentform input, #commentform textarea', array( array( 'property' => 'font-size', 'value' => '12px' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.comment-form-author label, .comment-form-email label, .comment-form-url label', array( array( 'property' => 'font-size', 'value' => '11px' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '#commentform .form-allowed-tags', array( array( 'property' => 'font-size', 'value' => '11px' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', '#sidebar ul h2', array( array( 'property' => 'font-size', 'value' => '11px' ), array( 'property' => 'font-weight', 'value' => 'normal' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'headings', '#sidebar ul h3', array( array( 'property' => 'font-size', 'value' => '11px' ), array( 'property' => 'font-weight', 'value' => 'normal' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'none', 'code', array( array( 'property' => 'font-family', 'value' => '\'Courier New\', Courier, Fixed, sans-serif' ), array( 'property' => 'font-size', 'value' => '1.1em' ), ) ); TypekitTheme::add_font_category_rule( $category_rules, 'body-text', '.wp-caption p.wp-caption-text', array( array( 'property' => 'font-size', 'value' => '11px' ), ) ); return $category_rules; } );