From b6ce488c0b5f6af54609f0b71d3b515a485b9b34 Mon Sep 17 00:00:00 2001 From: lucha <lucha@paranoici.org> Date: Sat, 14 Jan 2017 17:19:00 +0100 Subject: [PATCH] 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 fe2757d4d..e2ac17234 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 ); -- GitLab