Make WordPress Core


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

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

File:
1 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 )
Note: See TracChangeset for help on using the changeset viewer.