Skip to content

Commit

Permalink
Bumps FontAwesome to 4.5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
oblador committed Dec 26, 2015
1 parent 4807b36 commit 376ca25
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 4 deletions.
Binary file not shown.
22 changes: 21 additions & 1 deletion FontAwesome.js
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,27 @@ var glyphMap = {
"houzz": 62076,
"vimeo": 62077,
"black-tie": 62078,
"fonticons": 62080
"fonticons": 62080,
"reddit-alien": 62081,
"edge": 62082,
"credit-card-alt": 62083,
"codiepie": 62084,
"modx": 62085,
"fort-awesome": 62086,
"usb": 62087,
"product-hunt": 62088,
"mixcloud": 62089,
"scribd": 62090,
"pause-circle": 62091,
"pause-circle-o": 62092,
"stop-circle": 62093,
"stop-circle-o": 62094,
"shopping-bag": 62096,
"shopping-basket": 62097,
"hashtag": 62098,
"bluetooth": 62099,
"bluetooth-b": 62100,
"percent": 62101
};

var FontAwesome = createIconSet(glyphMap, 'FontAwesome', 'FontAwesome.ttf');
Expand Down
Binary file modified Fonts/FontAwesome.ttf
Binary file not shown.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Perfect for buttons, logos and nav/tab bars. Easy to extend, style and integrate

* [`Entypo`](http://entypo.com) by Daniel Bruce (**411** icons)
* [`EvilIcons`](http://evil-icons.io) by Alexander Madyankin & Roman Shamin (v1.7.8, **70** icons)
* [`FontAwesome`](http://fortawesome.github.io/Font-Awesome/icons/) by Dave Gandy (v4.4, **585** icons)
* [`FontAwesome`](http://fortawesome.github.io/Font-Awesome/icons/) by Dave Gandy (v4.5, **605** icons)
* [`Foundation`](http://zurb.com/playground/foundation-icon-fonts-3) by ZURB, Inc. (v3.0, **283** icons)
* [`Ionicons`](http://ionicons.com/) by Ben Sperry (v2.0.1, **733** icons)
* [`MaterialIcons`](https://www.google.com/design/icons/) by Google, Inc. (v2.1.1, **893** icons)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@
},
"dependencies": {
"lodash": "^3.8.0",
"yargs": "^3.30.0"
"yargs": "^3.31.0"
},
"devDependencies": {
"evil-icons": "^1.7.6",
"font-awesome": "^4.4.0",
"font-awesome": "^4.5.0",
"material-design-icons": "^2.1.1"
}
}

0 comments on commit 376ca25

Please sign in to comment.