Browse Source

formatting change

Ben Dwyer 4 years ago
parent
commit
d296d4ced8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      spearhead/functions.php

+ 1 - 1
spearhead/functions.php

@@ -111,7 +111,7 @@ add_filter( 'seedlet_content_width', 'spearhead_content_width' );
  */
 function spearhead_scripts() {
 	// enqueue Google fonts, if necessary
-    wp_enqueue_style('spearhead-fonts', spearhead_fonts_url(), array(), null );
+    wp_enqueue_style('spearhead-fonts', spearhead_fonts_url(), array(), null);
 
 	// Child theme variables
 	wp_enqueue_style( 'spearhead-variables-style', get_stylesheet_directory_uri() . '/variables.css', array(), wp_get_theme()->get( 'Version' ) );