Ben Dwyer 4 лет назад
Родитель
Сommit
d296d4ced8
1 измененных файлов с 1 добавлено и 1 удалено
  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' ) );