From a3d6e1aec3645bd6e7e87535f854eb448a83624c Mon Sep 17 00:00:00 2001 From: Mike Francis Date: Fri, 10 Apr 2015 10:16:40 +0100 Subject: [PATCH] Remove FontAwesome, make it easier to include Google Fonts --- functions.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/functions.php b/functions.php index dba6725..e90a791 100644 --- a/functions.php +++ b/functions.php @@ -42,10 +42,8 @@ add_filter( 'post_comments_feed_link', 'barebones_remove_comments_rss' ); 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', '//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css', null, '4.3.0' ); */ + // wp_enqueue_style( 'fonts', '//fonts.googleapis.com/css?family=Font+Family' ); wp_deregister_script( 'jquery' ); wp_register_script( 'jquery', '//ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js', false, '1.11.2', true ); wp_enqueue_script( 'jquery' );