瀏覽代碼

formatting change

Ben Dwyer 4 年之前
父節點
當前提交
df11fd6784
共有 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() {
 function spearhead_scripts() {
 	// enqueue Google fonts, if necessary
 	// 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
 	// Child theme variables
 	wp_enqueue_style( 'spearhead-variables-style', get_stylesheet_directory_uri() . '/variables.css', array(), wp_get_theme()->get( 'Version' ) );
 	wp_enqueue_style( 'spearhead-variables-style', get_stylesheet_directory_uri() . '/variables.css', array(), wp_get_theme()->get( 'Version' ) );