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

Removed Google Fonts Apis from micro theme

parent ca0de8dc
No related branches found
No related tags found
No related merge requests found
......@@ -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 );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment