diff --git a/composer.patches.json b/composer.patches.json index 8354764121702d980de63cf86e11c7d003eed49f..99b9f0b8e32a92cd350f257923fe1606f003135f 100644 --- a/composer.patches.json +++ b/composer.patches.json @@ -139,9 +139,6 @@ "Remove Google Fonts API": "patches/themes/0189-removed-googleapis-fonts-from-bliss-theme.patch", "Change footer": "patches/themes/0223-bliss-footer.patch" }, - "wpackagist-theme/micro": { - "Remove Google Fonts API": "patches/themes/0193-Removed-Google-Fonts-Apis-from-micro-theme.patch" - }, "wpackagist-theme/thematic": { "Change footer": "patches/themes/0223-thematic-footer.patch" } diff --git a/patches/themes/0193-Removed-Google-Fonts-Apis-from-micro-theme.patch b/patches/themes/0193-Removed-Google-Fonts-Apis-from-micro-theme.patch deleted file mode 100644 index b4be08e786cef5cfe66e1dd36d558d85bd2b1258..0000000000000000000000000000000000000000 --- a/patches/themes/0193-Removed-Google-Fonts-Apis-from-micro-theme.patch +++ /dev/null @@ -1,26 +0,0 @@ -From 4af5fa9d3c978396b8c873d5bb3617de8a1c2b64 Mon Sep 17 00:00:00 2001 -From: lucha <lucha@paranoici.org> -Date: Sat, 14 Jan 2017 17:19:00 +0100 -Subject: [PATCH 193/229] Removed Google Fonts Apis from micro theme - ---- - wp-content/themes/micro/functions.php | 3 +-- - 1 file changed, 1 insertion(+), 2 deletions(-) - -diff --git a/wp-content/themes/micro/functions.php b/wp-content/themes/micro/functions.php -index fe2757d4..e2ac1723 100644 ---- a/wp-content/themes/micro/functions.php -+++ b/wp-content/themes/micro/functions.php -@@ -153,8 +153,7 @@ add_action( 'widgets_init', 'micro_widgets_init' ); - */ - function micro_scripts() { - wp_enqueue_style( 'micro-style', get_template_directory_uri() . '/assets/css/master.css' ); -- wp_enqueue_style( 'primary-font', 'https://fonts.googleapis.com/css?family=Roboto+Mono:400,500&subset=latin,cyrillic,greek,vietnamese' ); -- -+ - - wp_enqueue_script( 'micro-navigation', get_template_directory_uri() . '/assets/scripts/scripts.min.js', array( "jquery" ), '20151215', true ); - --- -2.17.1 -