- Timestamp:
- 05/31/2019 10:09:39 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentythirteen/functions.php
r45256 r45485 244 244 245 245 $query_args = array( 246 'family' => urlencode( implode( '|', $font_families ) ), 247 'subset' => urlencode( 'latin,latin-ext' ), 246 'family' => urlencode( implode( '|', $font_families ) ), 247 'subset' => urlencode( 'latin,latin-ext' ), 248 'display' => urlencode( 'fallback' ), 248 249 ); 249 250 $fonts_url = add_query_arg( $query_args, 'https://fonts.googleapis.com/css' );
Note: See TracChangeset
for help on using the changeset viewer.