Adding percent. #1292

This commit is contained in:
Dave Gandy 2015-11-20 15:42:48 -05:00 committed by Travis Chase
parent c78f62139a
commit 9ce89dc891
10 changed files with 18 additions and 2 deletions

View file

@ -1,7 +1,7 @@
#[Font Awesome v4.5.0](http://fontawesome.io)
###The iconic font and CSS framework
Font Awesome is a full suite of 604 pictographic icons for easy scalable vector graphics on websites,
Font Awesome is a full suite of 605 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

@ -2080,3 +2080,6 @@
.fa-bluetooth-b:before {
content: "\f294";
}
.fa-percent:before {
content: "\f295";
}

File diff suppressed because one or more lines are too long

Binary file not shown.

View file

@ -694,3 +694,4 @@
.@{fa-css-prefix}-hashtag:before { content: @fa-var-hashtag; }
.@{fa-css-prefix}-bluetooth:before { content: @fa-var-bluetooth; }
.@{fa-css-prefix}-bluetooth-b:before { content: @fa-var-bluetooth-b; }
.@{fa-css-prefix}-percent:before { content: @fa-var-percent; }

View file

@ -462,6 +462,7 @@
@fa-var-pencil: "\f040";
@fa-var-pencil-square: "\f14b";
@fa-var-pencil-square-o: "\f044";
@fa-var-percent: "\f295";
@fa-var-phone: "\f095";
@fa-var-phone-square: "\f098";
@fa-var-photo: "\f03e";

View file

@ -694,3 +694,4 @@
.#{$fa-css-prefix}-hashtag:before { content: $fa-var-hashtag; }
.#{$fa-css-prefix}-bluetooth:before { content: $fa-var-bluetooth; }
.#{$fa-css-prefix}-bluetooth-b:before { content: $fa-var-bluetooth-b; }
.#{$fa-css-prefix}-percent:before { content: $fa-var-percent; }

View file

@ -462,6 +462,7 @@ $fa-var-paypal: "\f1ed";
$fa-var-pencil: "\f040";
$fa-var-pencil-square: "\f14b";
$fa-var-pencil-square-o: "\f044";
$fa-var-percent: "\f295";
$fa-var-phone: "\f095";
$fa-var-phone-square: "\f098";
$fa-var-photo: "\f03e";

View file

@ -5793,6 +5793,7 @@ icons:
created: 4.5
categories:
- Web Application Icons
- Brand Icons
- name: Bluetooth
id: bluetooth-b
@ -5800,3 +5801,11 @@ icons:
created: 4.5
categories:
- Web Application Icons
- Brand Icons
- name: Percent
id: percent
unicode: f295
created: 4.5
categories:
- Web Application Icons