Changeset 24393
- Timestamp:
- 05/31/2013 06:48:22 PM (11 years ago)
- Location:
- trunk/wp-content/themes/twentythirteen
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentythirteen/functions.php
r24391 r24393 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 ) -
trunk/wp-content/themes/twentythirteen/style.css
r24391 r24393 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;
Note: See TracChangeset
for help on using the changeset viewer.