Ticket #24471: 24471.2.patch
File 24471.2.patch, 1.0 KB (added by , 12 years ago) |
---|
-
wp-content/themes/twentythirteen/style.css
263 263 text-transform: uppercase; 264 264 } 265 265 266 blockquote em, 267 blockquote i { 268 font-style: normal; 269 font-weight: 300; 270 } 271 272 blockquote strong, 273 blockquote b { 274 font-weight: 400; 275 } 276 266 277 small { 267 278 font-size: smaller; 268 279 } -
wp-content/themes/twentythirteen/functions.php
129 129 $font_families = array(); 130 130 131 131 if ( 'off' !== $source_sans_pro ) 132 $font_families[] = 'Source+Sans+Pro: 400,700,300italic,400italic,700italic';132 $font_families[] = 'Source+Sans+Pro:300,400,700,300italic,400italic,700italic'; 133 133 134 134 if ( 'off' !== $bitter ) 135 135 $font_families[] = 'Bitter:400,700';