Skip to content

Commit

Permalink
add icon: C fa-c
Browse files Browse the repository at this point in the history
  • Loading branch information
tessus committed Oct 15, 2018
1 parent 418afe5 commit c5af7d9
Show file tree
Hide file tree
Showing 16 changed files with 280 additions and 265 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![CDNJS](https://img.shields.io/cdnjs/v/fork-awesome.svg?style=flat-square)](https://cdnjs.com/libraries/fork-awesome)
[![Build Status](https://travis-ci.org/ForkAwesome/Fork-Awesome.svg?branch=master)](https://travis-ci.org/ForkAwesome/Fork-Awesome)

Fork Awesome is a full suite of 729 pictographic icons for easy scalable vector graphics on websites, originally created by [Dave Gandy](https://twitter.com/davegandy) and now maintained by a community.
Fork Awesome is a full suite of 730 pictographic icons for easy scalable vector graphics on websites, originally created by [Dave Gandy](https://twitter.com/davegandy) and now maintained by a community.

Following concerns regarding [the development of Font Awesome](https://github.com/FortAwesome/Font-Awesome/issues/12199#issuecomment-362919956), the PR Freeze since Oct 2016 and the direction [Fort Awesome](https://fortawesome.com/) is taking with the version 5.0 of their project, we are forking Font Awesome (4.7), in order to build on this amazing tool Dave Gandy has given us, while at the same time allowing this project to be run by a distributed community of contributors.

Expand Down
3 changes: 3 additions & 0 deletions css/fork-awesome.css
Original file line number Diff line number Diff line change
Expand Up @@ -2507,6 +2507,9 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
.fa-gimp:before {
content: "\f31b";
}
.fa-c:before {
content: "\f31c";
}
.sr-only {
position: absolute;
width: 1px;
Expand Down
2 changes: 1 addition & 1 deletion css/fork-awesome.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/fork-awesome.min.css.map

Large diffs are not rendered by default.

Binary file modified fonts/forkawesome-webfont.eot
Binary file not shown.
10 changes: 6 additions & 4 deletions fonts/forkawesome-webfont.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fonts/forkawesome-webfont.ttf
Binary file not shown.
Binary file modified fonts/forkawesome-webfont.woff
Binary file not shown.
Binary file modified fonts/forkawesome-webfont.woff2
Binary file not shown.
1 change: 1 addition & 0 deletions less/icons.less
Original file line number Diff line number Diff line change
Expand Up @@ -862,3 +862,4 @@
.@{fa-css-prefix}-emby:before { content: @fa-var-emby; }
.@{fa-css-prefix}-wikidata:before { content: @fa-var-wikidata; }
.@{fa-css-prefix}-gimp:before { content: @fa-var-gimp; }
.@{fa-css-prefix}-c:before { content: @fa-var-c; }
1 change: 1 addition & 0 deletions less/variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@
@fa-var-bullseye: "\f140";
@fa-var-bus: "\f207";
@fa-var-buysellads: "\f20d";
@fa-var-c: "\f31c";
@fa-var-cab: "\f1ba";
@fa-var-calculator: "\f1ec";
@fa-var-calendar: "\f073";
Expand Down
Loading

0 comments on commit c5af7d9

Please sign in to comment.