Make WordPress Core

Changeset 26218


Ignore:
Timestamp:
11/15/2013 07:02:09 PM (12 years ago)
Author:
lancewillett
Message:

Twenty Fourteen: remove a font weight of 900 italic which isn't needed. Props iamtakashi. See #25946.

File:
1 edited

Legend:

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

    r26217 r26218  
    205205     */
    206206    if ( 'off' !== _x( 'on', 'Lato font: on or off', 'twentyfourteen' ) )
    207         $font_url = add_query_arg( 'family', urlencode( 'Lato:300,400,700,900,300italic,400italic,700italic,900italic' ), "//fonts.googleapis.com/css" );
     207        $font_url = add_query_arg( 'family', urlencode( 'Lato:300,400,700,900,300italic,400italic,700italic' ), "//fonts.googleapis.com/css" );
    208208
    209209    return $font_url;
Note: See TracChangeset for help on using the changeset viewer.