Changeset 25789
- Timestamp:
- 10/15/2013 04:46:44 PM (11 years ago)
- Location:
- trunk/src/wp-content/themes/twentythirteen
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentythirteen/functions.php
r25746 r25789 177 177 wp_enqueue_script( 'twentythirteen-script', get_template_directory_uri() . '/js/functions.js', array( 'jquery' ), '2013-07-18', true ); 178 178 179 // Add Open Sansand Bitter fonts, used in the main stylesheet.179 // Add Source Sans Pro and Bitter fonts, used in the main stylesheet. 180 180 wp_enqueue_style( 'twentythirteen-fonts', twentythirteen_fonts_url(), array(), null ); 181 181 -
trunk/src/wp-content/themes/twentythirteen/inc/custom-header.php
r25746 r25789 73 73 */ 74 74 function twentythirteen_custom_header_fonts() { 75 // Add Open Sansand Bitter fonts.75 // Add Source Sans Pro and Bitter fonts. 76 76 wp_enqueue_style( 'twentythirteen-fonts', twentythirteen_fonts_url(), array(), null ); 77 77
Note: See TracChangeset
for help on using the changeset viewer.