Skip to content

Commit

Permalink
Adding gg currency
Browse files Browse the repository at this point in the history
  • Loading branch information
davegandy committed Jul 28, 2015
1 parent f421688 commit ffd113f
Show file tree
Hide file tree
Showing 10 changed files with 33 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down
6 changes: 6 additions & 0 deletions css/font-awesome.css
Original file line number Diff line number Diff line change
Expand Up @@ -1926,3 +1926,9 @@
.fa-creative-commons:before {
content: "\f25e";
}
.fa-gg:before {
content: "\f260";
}
.fa-gg-circle:before {
content: "\f261";
}
2 changes: 1 addition & 1 deletion css/font-awesome.min.css

Large diffs are not rendered by default.

Binary file modified fonts/FontAwesome.otf
Binary file not shown.
2 changes: 2 additions & 0 deletions less/icons.less
Original file line number Diff line number Diff line change
Expand Up @@ -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; }
2 changes: 2 additions & 0 deletions less/variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 2 additions & 0 deletions scss/_icons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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; }
2 changes: 2 additions & 0 deletions scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
Binary file modified src/assets/font-awesome/fonts/FontAwesome.otf
Binary file not shown.
17 changes: 17 additions & 0 deletions src/icons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ffd113f

Please sign in to comment.