- Timestamp:
- 11/12/2013 04:47:46 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/functions.php
r26097 r26099 205 205 */ 206 206 if ( 'off' !== _x( 'on', 'Lato font: on or off', 'twentyfourteen' ) ) 207 $font_url = add_query_arg( 'family', urlencode( 'Lato: 100,300,400,700,900,100italic,300italic,400italic,700italic,900italic' ), "//fonts.googleapis.com/css" );207 $font_url = add_query_arg( 'family', urlencode( 'Lato:300,400,700,900,300italic,400italic,700italic,900italic' ), "//fonts.googleapis.com/css" ); 208 208 209 209 return $font_url;
Note: See TracChangeset
for help on using the changeset viewer.