diff --git a/src/wp-content/themes/twentyfourteen/functions.php b/src/wp-content/themes/twentyfourteen/functions.php index 16d2111c88..d3eb1638f8 100644 --- a/src/wp-content/themes/twentyfourteen/functions.php +++ b/src/wp-content/themes/twentyfourteen/functions.php @@ -221,7 +221,7 @@ function twentyfourteen_scripts() { wp_enqueue_style( 'twentyfourteen-lato', twentyfourteen_font_url(), array(), null ); // Add Genericons font, used in the main stylesheet. - wp_enqueue_style( 'genericons', get_template_directory_uri() . '/fonts/genericons.css', array(), '3.0.2' ); + wp_enqueue_style( 'genericons', get_template_directory_uri() . '/genericons/genericons.css', array(), '3.0.2' ); // Load our main stylesheet. wp_enqueue_style( 'twentyfourteen-style', get_stylesheet_uri() ); diff --git a/src/wp-content/themes/twentyfourteen/fonts/COPYING.txt b/src/wp-content/themes/twentyfourteen/genericons/COPYING.txt similarity index 100% rename from src/wp-content/themes/twentyfourteen/fonts/COPYING.txt rename to src/wp-content/themes/twentyfourteen/genericons/COPYING.txt diff --git a/src/wp-content/themes/twentyfourteen/fonts/Genericons-Regular.otf b/src/wp-content/themes/twentyfourteen/genericons/Genericons-Regular.otf similarity index 100% rename from src/wp-content/themes/twentyfourteen/fonts/Genericons-Regular.otf rename to src/wp-content/themes/twentyfourteen/genericons/Genericons-Regular.otf diff --git a/src/wp-content/themes/twentyfourteen/fonts/LICENSE.txt b/src/wp-content/themes/twentyfourteen/genericons/LICENSE.txt similarity index 100% rename from src/wp-content/themes/twentyfourteen/fonts/LICENSE.txt rename to src/wp-content/themes/twentyfourteen/genericons/LICENSE.txt diff --git a/src/wp-content/themes/twentyfourteen/fonts/README.txt b/src/wp-content/themes/twentyfourteen/genericons/README.txt similarity index 100% rename from src/wp-content/themes/twentyfourteen/fonts/README.txt rename to src/wp-content/themes/twentyfourteen/genericons/README.txt diff --git a/src/wp-content/themes/twentyfourteen/fonts/example.html b/src/wp-content/themes/twentyfourteen/genericons/example.html similarity index 100% rename from src/wp-content/themes/twentyfourteen/fonts/example.html rename to src/wp-content/themes/twentyfourteen/genericons/example.html diff --git a/src/wp-content/themes/twentyfourteen/fonts/font/genericons-regular-webfont.eot b/src/wp-content/themes/twentyfourteen/genericons/font/genericons-regular-webfont.eot similarity index 100% rename from src/wp-content/themes/twentyfourteen/fonts/font/genericons-regular-webfont.eot rename to src/wp-content/themes/twentyfourteen/genericons/font/genericons-regular-webfont.eot diff --git a/src/wp-content/themes/twentyfourteen/fonts/font/genericons-regular-webfont.svg b/src/wp-content/themes/twentyfourteen/genericons/font/genericons-regular-webfont.svg similarity index 100% rename from src/wp-content/themes/twentyfourteen/fonts/font/genericons-regular-webfont.svg rename to src/wp-content/themes/twentyfourteen/genericons/font/genericons-regular-webfont.svg diff --git a/src/wp-content/themes/twentyfourteen/fonts/font/genericons-regular-webfont.ttf b/src/wp-content/themes/twentyfourteen/genericons/font/genericons-regular-webfont.ttf similarity index 100% rename from src/wp-content/themes/twentyfourteen/fonts/font/genericons-regular-webfont.ttf rename to src/wp-content/themes/twentyfourteen/genericons/font/genericons-regular-webfont.ttf diff --git a/src/wp-content/themes/twentyfourteen/fonts/font/genericons-regular-webfont.woff b/src/wp-content/themes/twentyfourteen/genericons/font/genericons-regular-webfont.woff similarity index 100% rename from src/wp-content/themes/twentyfourteen/fonts/font/genericons-regular-webfont.woff rename to src/wp-content/themes/twentyfourteen/genericons/font/genericons-regular-webfont.woff diff --git a/src/wp-content/themes/twentyfourteen/fonts/genericons.css b/src/wp-content/themes/twentyfourteen/genericons/genericons.css similarity index 100% rename from src/wp-content/themes/twentyfourteen/fonts/genericons.css rename to src/wp-content/themes/twentyfourteen/genericons/genericons.css