From eeece1cd0a8de90ece3409a969694691e4e38617 Mon Sep 17 00:00:00 2001 From: ale <ale@incal.net> Date: Thu, 15 Apr 2021 15:40:47 +0100 Subject: [PATCH] Remove fonts patch on micro theme No longer necessary. --- composer.patches.json | 3 --- ...d-Google-Fonts-Apis-from-micro-theme.patch | 26 ------------------- 2 files changed, 29 deletions(-) delete mode 100644 patches/themes/0193-Removed-Google-Fonts-Apis-from-micro-theme.patch diff --git a/composer.patches.json b/composer.patches.json index 83547641..99b9f0b8 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 b4be08e7..00000000 --- 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 - -- GitLab