Skip to content

Commit

Permalink
Bumped font awesome to 4.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
oblador committed Aug 3, 2015
1 parent 8f41e80 commit b5365fa
Show file tree
Hide file tree
Showing 3 changed files with 84 additions and 3 deletions.
85 changes: 83 additions & 2 deletions FontAwesome.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ var glyphMap = {
"github": 61595,
"unlock": 61596,
"credit-card": 61597,
"feed": 61598,
"rss": 61598,
"hdd-o": 61600,
"bullhorn": 61601,
Expand Down Expand Up @@ -499,6 +500,8 @@ var glyphMap = {
"empire": 61905,
"git-square": 61906,
"git": 61907,
"y-combinator-square": 61908,
"yc-square": 61908,
"hacker-news": 61908,
"tencent-weibo": 61909,
"qq": 61910,
Expand All @@ -509,7 +512,6 @@ var glyphMap = {
"send-o": 61913,
"paper-plane-o": 61913,
"history": 61914,
"genderless": 61915,
"circle-thin": 61915,
"header": 61916,
"paragraph": 61917,
Expand Down Expand Up @@ -580,6 +582,7 @@ var glyphMap = {
"venus": 61985,
"mars": 61986,
"mercury": 61987,
"intersex": 61988,
"transgender": 61988,
"transgender-alt": 61989,
"venus-double": 61990,
Expand All @@ -589,6 +592,7 @@ var glyphMap = {
"mars-stroke-v": 61994,
"mars-stroke-h": 61995,
"neuter": 61996,
"genderless": 61997,
"facebook-official": 62000,
"pinterest-p": 62001,
"whatsapp": 62002,
Expand All @@ -600,7 +604,84 @@ var glyphMap = {
"viacoin": 62007,
"train": 62008,
"subway": 62009,
"medium": 62010
"medium": 62010,
"yc": 62011,
"y-combinator": 62011,
"optin-monster": 62012,
"opencart": 62013,
"expeditedssl": 62014,
"battery-4": 62016,
"battery-full": 62016,
"battery-3": 62017,
"battery-three-quarters": 62017,
"battery-2": 62018,
"battery-half": 62018,
"battery-1": 62019,
"battery-quarter": 62019,
"battery-0": 62020,
"battery-empty": 62020,
"mouse-pointer": 62021,
"i-cursor": 62022,
"object-group": 62023,
"object-ungroup": 62024,
"sticky-note": 62025,
"sticky-note-o": 62026,
"cc-jcb": 62027,
"cc-diners-club": 62028,
"clone": 62029,
"balance-scale": 62030,
"hourglass-o": 62032,
"hourglass-1": 62033,
"hourglass-start": 62033,
"hourglass-2": 62034,
"hourglass-half": 62034,
"hourglass-3": 62035,
"hourglass-end": 62035,
"hourglass": 62036,
"hand-grab-o": 62037,
"hand-rock-o": 62037,
"hand-stop-o": 62038,
"hand-paper-o": 62038,
"hand-scissors-o": 62039,
"hand-lizard-o": 62040,
"hand-spock-o": 62041,
"hand-pointer-o": 62042,
"hand-peace-o": 62043,
"trademark": 62044,
"registered": 62045,
"creative-commons": 62046,
"gg": 62048,
"gg-circle": 62049,
"tripadvisor": 62050,
"odnoklassniki": 62051,
"odnoklassniki-square": 62052,
"get-pocket": 62053,
"wikipedia-w": 62054,
"safari": 62055,
"chrome": 62056,
"firefox": 62057,
"opera": 62058,
"internet-explorer": 62059,
"tv": 62060,
"television": 62060,
"contao": 62061,
"500px": 62062,
"amazon": 62064,
"calendar-plus-o": 62065,
"calendar-minus-o": 62066,
"calendar-times-o": 62067,
"calendar-check-o": 62068,
"industry": 62069,
"map-pin": 62070,
"map-signs": 62071,
"map-o": 62072,
"map": 62073,
"commenting": 62074,
"commenting-o": 62075,
"houzz": 62076,
"vimeo": 62077,
"black-tie": 62078,
"fonticons": 62080
};

var FontAwesome = createIconSet(glyphMap, 'FontAwesome');
Expand Down
Binary file modified Fonts/FontAwesome.ttf
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
},
"devDependencies": {
"evil-icons": "^1.7.6",
"font-awesome": "^4.3.0",
"font-awesome": "^4.4.0",
"material-design-icons": "^2.0"
}
}

0 comments on commit b5365fa

Please sign in to comment.