From c56cfd8a51c54cfd392060d178d7d7c8e74ea228 Mon Sep 17 00:00:00 2001 From: kjodle Date: Mon, 15 Feb 2016 13:26:12 -0500 Subject: [PATCH] Update Font Awesome to 4.5.0 --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index 8f16b9f..dd17c8f 100644 --- 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', '0.4', 'all' ); if ( !wp_style_is( 'font-awesome.min.css', 'enqueued' ) ) { - wp_enqueue_style( 'atticus-finch-fa', 'https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css', 'atticus-finch-style', '0.4', 'all' ); + wp_enqueue_style( 'atticus-finch-fa', 'https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css', 'atticus-finch-style', '0.4', 'all' ); } wp_enqueue_style( 'atticus-finch-style', get_stylesheet_uri( 'atticus-finch-navigation' ), array (), '0.4', 'screen' );