Make WordPress Core

Changeset 24393


Ignore:
Timestamp:
05/31/2013 06:48:22 PM (11 years ago)
Author:
lancewillett
Message:

Twenty Thirteen: better styles for blockquote italic and bold text. Fixes #24471.

Location:
trunk/wp-content/themes/twentythirteen
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentythirteen/functions.php

    r24391 r24393  
    130130
    131131        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';
    133133
    134134        if ( 'off' !== $bitter )
  • trunk/wp-content/themes/twentythirteen/style.css

    r24391 r24393  
    264264}
    265265
     266blockquote em,
     267blockquote i {
     268    font-style: normal;
     269    font-weight: 300;
     270}
     271
     272blockquote strong,
     273blockquote b {
     274    font-weight: 400;
     275}
     276
    266277small {
    267278    font-size: smaller;
Note: See TracChangeset for help on using the changeset viewer.