From 4d3195bbb9876d5ac2c0892d1dcd89268948578e Mon Sep 17 00:00:00 2001 From: Jordan Date: Tue, 7 Jan 2014 02:00:47 -0700 Subject: [PATCH] Update font-awesome --- package.json | 10 +++++----- src/General/css/font-awesome.css | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index d4855f6d9..2622a26af 100755 --- a/package.json +++ b/package.json @@ -20,18 +20,18 @@ } }, "devDependencies": { - "font-awesome": "git://github.com/MayhemYDG/Font-Awesome.git#df4285951124f9ca1f3907438462e5ba9e464bcb", + "font-awesome": "https://github.com/FortAwesome/Font-Awesome/archive/v4.0.3.tar.gz", "grunt": "~0.4.1", "grunt-bump": "~0.0.11", "grunt-concurrent": "~0.4.0", "grunt-contrib-clean": "~0.5.0", - "grunt-contrib-coffee": "~0.7.0", + "grunt-contrib-coffee": "~0.8.0", "grunt-contrib-compress": "~0.5.2", "grunt-contrib-concat": "~0.3.0", - "grunt-contrib-copy": "~0.4.1", + "grunt-contrib-copy": "~0.5.0", "grunt-contrib-watch": "~0.5.3", - "grunt-shell": "~0.4.0", - "load-grunt-tasks": "~0.1.0" + "grunt-shell": "~0.6.0", + "load-grunt-tasks": "~0.2.0" }, "repository": { "type": "git", diff --git a/src/General/css/font-awesome.css b/src/General/css/font-awesome.css index 99917a526..a23bd2252 100644 --- a/src/General/css/font-awesome.css +++ b/src/General/css/font-awesome.css @@ -25,7 +25,7 @@ */ @font-face { font-family: 'FontAwesome'; - src: url('data:application/font-woff;base64,<%= grunt.file.read('node_modules/font-awesome/font/fontawesome-webfont.woff', {encoding: 'base64'}) %>') format('woff'); + src: url('data:application/font-woff;base64,<%= grunt.file.read('node_modules/font-awesome/fonts/fontawesome-webfont.woff', {encoding: 'base64'}) %>') format('woff'); font-weight: normal; font-style: normal; }