Skip to content
Snippets Groups Projects
Commit eeece1cd authored by ale's avatar ale
Browse files

Remove fonts patch on micro theme

No longer necessary.
parent 7002ff8b
Branches
No related tags found
No related merge requests found
......@@ -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"
}
......
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment