From 80fff4fa9b8c1fcb3a799546c636b19344348515 Mon Sep 17 00:00:00 2001 From: kjodle Date: Sun, 11 Jun 2017 18:05:21 -0400 Subject: [PATCH] Forgot to update functions file --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index b4a49a4..3b92285 100755 --- a/functions.php +++ b/functions.php @@ -121,7 +121,7 @@ function atticus_finch_scripts() { wp_enqueue_style( 'atticus-finch-googlefont', 'https://fonts.googleapis.com/css?family=IM+Fell+English:400,400italic', 'atticus-finch-style', wp_get_theme() -> get( 'Version' ), 'all' ); if ( !wp_style_is( 'font-awesome.min.css', 'enqueued' ) ) { - wp_enqueue_style( 'atticus-finch-fa', 'https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css', 'atticus-finch-style', wp_get_theme() -> get( 'Version' ), 'all' ); + wp_enqueue_style( 'atticus-finch-fa', 'https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css', 'atticus-finch-style', wp_get_theme() -> get( 'Version' ), 'all' ); } wp_enqueue_style( 'atticus-finch-style', get_stylesheet_uri() );