Changeset 26103
- Timestamp:
- 11/12/2013 06:37:51 PM (12 years ago)
- Location:
- trunk/src/wp-content/themes/twentyfourteen
- Files:
-
- 1 edited
- 1 moved
-
functions.php (modified) (1 diff)
-
genericons (moved) (moved from trunk/src/wp-content/themes/twentyfourteen/fonts)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/functions.php
r26099 r26103 222 222 223 223 // Add Genericons font, used in the main stylesheet. 224 wp_enqueue_style( 'genericons', get_template_directory_uri() . '/ fonts/genericons.css', array(), '3.0.2' );224 wp_enqueue_style( 'genericons', get_template_directory_uri() . '/genericons/genericons.css', array(), '3.0.2' ); 225 225 226 226 // Load our main stylesheet.
Note: See TracChangeset
for help on using the changeset viewer.