From 60866e4347a7d441be547d334051f5b797feccd2 Mon Sep 17 00:00:00 2001 From: Mike Francis Date: Thu, 11 Sep 2014 21:32:23 +0100 Subject: [PATCH] Update ver of fontawesome --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index a02059d..1652068 100644 --- a/functions.php +++ b/functions.php @@ -41,7 +41,7 @@ function barebones_scripts() { * For IE8 to play nice, you'll need to include your CSS here, for example: * * wp_enqueue_style( 'fonts', '//fonts.googleapis.com/css?family=Font+Family' ); - * wp_enqueue_style( 'icons', '//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css' ); + * wp_enqueue_style( 'icons', '//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css' ); */ wp_deregister_script( 'jquery' ); wp_register_script( 'jquery', '//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js', false, '1.11.1', true );