This commit is contained in:
Dave Gandy 2015-11-20 10:32:04 -05:00 committed by Travis Chase
parent 70ce6407dc
commit dab64176bb
10 changed files with 30 additions and 2 deletions

View file

@ -1,7 +1,7 @@
#[Font Awesome v4.4.1](http://fontawesome.io)
###The iconic font and CSS framework
Font Awesome is a full suite of 590 pictographic icons for easy scalable vector graphics on websites,
Font Awesome is a full suite of 592 pictographic icons for easy scalable vector graphics on websites,
created and maintained by [Dave Gandy](http://twitter.com/davegandy).
Stay up to date with the latest release and announcements on Twitter:
[@fontawesome](http://twitter.com/fontawesome).

View file

@ -2038,3 +2038,9 @@
.fa-modx:before {
content: "\f285";
}
.fa-fort-awesome:before {
content: "\f286";
}
.fa-usb:before {
content: "\f287";
}

File diff suppressed because one or more lines are too long

Binary file not shown.

View file

@ -680,3 +680,5 @@
.@{fa-css-prefix}-credit-card-alt:before { content: @fa-var-credit-card-alt; }
.@{fa-css-prefix}-codiepie:before { content: @fa-var-codiepie; }
.@{fa-css-prefix}-modx:before { content: @fa-var-modx; }
.@{fa-css-prefix}-fort-awesome:before { content: @fa-var-fort-awesome; }
.@{fa-css-prefix}-usb:before { content: @fa-var-usb; }

View file

@ -276,6 +276,7 @@
@fa-var-folder-open-o: "\f115";
@fa-var-font: "\f031";
@fa-var-fonticons: "\f280";
@fa-var-fort-awesome: "\f286";
@fa-var-forumbee: "\f211";
@fa-var-forward: "\f04e";
@fa-var-foursquare: "\f180";
@ -647,6 +648,7 @@
@fa-var-unlock-alt: "\f13e";
@fa-var-unsorted: "\f0dc";
@fa-var-upload: "\f093";
@fa-var-usb: "\f287";
@fa-var-usd: "\f155";
@fa-var-user: "\f007";
@fa-var-user-md: "\f0f0";

View file

@ -680,3 +680,5 @@
.#{$fa-css-prefix}-credit-card-alt:before { content: $fa-var-credit-card-alt; }
.#{$fa-css-prefix}-codiepie:before { content: $fa-var-codiepie; }
.#{$fa-css-prefix}-modx:before { content: $fa-var-modx; }
.#{$fa-css-prefix}-fort-awesome:before { content: $fa-var-fort-awesome; }
.#{$fa-css-prefix}-usb:before { content: $fa-var-usb; }

View file

@ -276,6 +276,7 @@ $fa-var-folder-open: "\f07c";
$fa-var-folder-open-o: "\f115";
$fa-var-font: "\f031";
$fa-var-fonticons: "\f280";
$fa-var-fort-awesome: "\f286";
$fa-var-forumbee: "\f211";
$fa-var-forward: "\f04e";
$fa-var-foursquare: "\f180";
@ -647,6 +648,7 @@ $fa-var-unlock: "\f09c";
$fa-var-unlock-alt: "\f13e";
$fa-var-unsorted: "\f0dc";
$fa-var-upload: "\f093";
$fa-var-usb: "\f287";
$fa-var-usd: "\f155";
$fa-var-user: "\f007";
$fa-var-user-md: "\f0f0";

View file

@ -5701,3 +5701,17 @@ icons:
created: 4.4
categories:
- Brand Icons
- name: Fort Awesome
id: fort-awesome
unicode: f286
created: 4.4
categories:
- Brand Icons
- name: USB
id: usb
unicode: f287
created: 4.4
categories:
- Brand Icons