Skip to content
Snippets Groups Projects
Commit 6c838bd5 authored by lucha's avatar lucha
Browse files

Removed Google Fonts Apis from micro theme

parent 60a86ab9
No related branches found
No related tags found
No related merge requests found
......@@ -153,7 +153,6 @@ 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 );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment