Adding gg currency

This commit is contained in:
Dave Gandy 2015-07-27 10:57:55 -07:00
parent f4216880e2
commit ffd113f8a0
10 changed files with 33 additions and 2 deletions

View file

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

@ -1926,3 +1926,9 @@
.fa-creative-commons:before {
content: "\f25e";
}
.fa-gg:before {
content: "\f260";
}
.fa-gg-circle:before {
content: "\f261";
}

File diff suppressed because one or more lines are too long

Binary file not shown.

View file

@ -642,3 +642,5 @@
.@{fa-css-prefix}-trademark:before { content: @fa-var-trademark; }
.@{fa-css-prefix}-registered:before { content: @fa-var-registered; }
.@{fa-css-prefix}-creative-commons:before { content: @fa-var-creative-commons; }
.@{fa-css-prefix}-gg:before { content: @fa-var-gg; }
.@{fa-css-prefix}-gg-circle:before { content: @fa-var-gg-circle; }

View file

@ -271,6 +271,8 @@
@fa-var-gear: "\f013";
@fa-var-gears: "\f085";
@fa-var-genderless: "\f1db";
@fa-var-gg: "\f260";
@fa-var-gg-circle: "\f261";
@fa-var-gift: "\f06b";
@fa-var-git: "\f1d3";
@fa-var-git-square: "\f1d2";

View file

@ -642,3 +642,5 @@
.#{$fa-css-prefix}-trademark:before { content: $fa-var-trademark; }
.#{$fa-css-prefix}-registered:before { content: $fa-var-registered; }
.#{$fa-css-prefix}-creative-commons:before { content: $fa-var-creative-commons; }
.#{$fa-css-prefix}-gg:before { content: $fa-var-gg; }
.#{$fa-css-prefix}-gg-circle:before { content: $fa-var-gg-circle; }

View file

@ -271,6 +271,8 @@ $fa-var-ge: "\f1d1";
$fa-var-gear: "\f013";
$fa-var-gears: "\f085";
$fa-var-genderless: "\f1db";
$fa-var-gg: "\f260";
$fa-var-gg-circle: "\f261";
$fa-var-gift: "\f06b";
$fa-var-git: "\f1d3";
$fa-var-git-square: "\f1d2";

View file

@ -5374,3 +5374,20 @@ icons:
created: 4.4
categories:
- Web Application Icons
- name: GG Currency
id: gg
unicode: f260
created: 4.4
categories:
- Currency Icons
- Brand Icons
- name: GG Currency Circle
id: gg-circle
unicode: f261
created: 4.4
categories:
- Currency Icons
- Brand Icons