From 839325fe3460f6029a6c0a1a0b0f7883c4ce1848 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Tue, 12 Nov 2013 18:37:51 +0000 Subject: [PATCH] Twenty Fourteen: rename `fonts` to `genericons`. See #25929. git-svn-id: https://develop.svn.wordpress.org/trunk@26103 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentyfourteen/functions.php | 2 +- .../{fonts => genericons}/COPYING.txt | 0 .../{fonts => genericons}/Genericons-Regular.otf | Bin .../{fonts => genericons}/LICENSE.txt | 0 .../twentyfourteen/{fonts => genericons}/README.txt | 0 .../{fonts => genericons}/example.html | 0 .../font/genericons-regular-webfont.eot | Bin .../font/genericons-regular-webfont.svg | 0 .../font/genericons-regular-webfont.ttf | Bin .../font/genericons-regular-webfont.woff | Bin .../{fonts => genericons}/genericons.css | 0 11 files changed, 1 insertion(+), 1 deletion(-) rename src/wp-content/themes/twentyfourteen/{fonts => genericons}/COPYING.txt (100%) rename src/wp-content/themes/twentyfourteen/{fonts => genericons}/Genericons-Regular.otf (100%) rename src/wp-content/themes/twentyfourteen/{fonts => genericons}/LICENSE.txt (100%) rename src/wp-content/themes/twentyfourteen/{fonts => genericons}/README.txt (100%) rename src/wp-content/themes/twentyfourteen/{fonts => genericons}/example.html (100%) rename src/wp-content/themes/twentyfourteen/{fonts => genericons}/font/genericons-regular-webfont.eot (100%) rename src/wp-content/themes/twentyfourteen/{fonts => genericons}/font/genericons-regular-webfont.svg (100%) rename src/wp-content/themes/twentyfourteen/{fonts => genericons}/font/genericons-regular-webfont.ttf (100%) rename src/wp-content/themes/twentyfourteen/{fonts => genericons}/font/genericons-regular-webfont.woff (100%) rename src/wp-content/themes/twentyfourteen/{fonts => genericons}/genericons.css (100%) 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