Skip to content

Commit

Permalink
Adds Debian icon, fixes ForkAwesome#44
Browse files Browse the repository at this point in the history
  • Loading branch information
xuv committed Mar 2, 2018
1 parent 1518d02 commit aa06d24
Show file tree
Hide file tree
Showing 16 changed files with 44 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Fork Awesome
### A fork of the iconic font and CSS toolkit

Fork Awesome is a full suite of 700 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 701 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 is taking with the version 5.0 of their project, we are forking Font Awesome (4.7), in order to build on this incredible 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 @@ -2395,6 +2395,9 @@
.fa-facebook-messenger:before {
content: "\f2fe";
}
.fa-debian:before {
content: "\f2ff";
}
.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.
23 changes: 17 additions & 6 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 @@ -816,3 +816,4 @@
.@{fa-css-prefix}-archive-org:before { content: @fa-var-archive-org; }
.@{fa-css-prefix}-freedombox:before { content: @fa-var-freedombox; }
.@{fa-css-prefix}-facebook-messenger:before { content: @fa-var-facebook-messenger; }
.@{fa-css-prefix}-debian:before { content: @fa-var-debian; }
1 change: 1 addition & 0 deletions less/variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@
@fa-var-database: "\f1c0";
@fa-var-deaf: "\f2a4";
@fa-var-deafness: "\f2a4";
@fa-var-debian: "\f2ff";
@fa-var-dedent: "\f03b";
@fa-var-delicious: "\f1a5";
@fa-var-desktop: "\f108";
Expand Down
1 change: 1 addition & 0 deletions scss/_icons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -816,3 +816,4 @@
.#{$fa-css-prefix}-archive-org:before { content: $fa-var-archive-org; }
.#{$fa-css-prefix}-freedombox:before { content: $fa-var-freedombox; }
.#{$fa-css-prefix}-facebook-messenger:before { content: $fa-var-facebook-messenger; }
.#{$fa-css-prefix}-debian:before { content: $fa-var-debian; }
1 change: 1 addition & 0 deletions scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ $fa-var-dashcube: "\f210";
$fa-var-database: "\f1c0";
$fa-var-deaf: "\f2a4";
$fa-var-deafness: "\f2a4";
$fa-var-debian: "\f2ff";
$fa-var-dedent: "\f03b";
$fa-var-delicious: "\f1a5";
$fa-var-desktop: "\f108";
Expand Down
8 changes: 6 additions & 2 deletions src/icons/.fontcustom-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"checksum": {
"previous": "c5d38bae8b1cca70d910a0de588eabf3cb7934268237937ebb9bb843253df5b5",
"current": "c5d38bae8b1cca70d910a0de588eabf3cb7934268237937ebb9bb843253df5b5"
"previous": "e5dcdbc91b33a205f7bba4b7476c6d75642bc2a79bd79c816d6645d7f33104e7",
"current": "e5dcdbc91b33a205f7bba4b7476c6d75642bc2a79bd79c816d6645d7f33104e7"
},
"fonts": [
"forkawesome/forkawesome.ttf",
Expand Down Expand Up @@ -747,6 +747,10 @@
"codepoint": 62116,
"source": "svg/deaf.svg"
},
"debian": {
"codepoint": 62207,
"source": "svg/debian.svg"
},
"delicious": {
"codepoint": 61861,
"source": "svg/delicious.svg"
Expand Down
8 changes: 8 additions & 0 deletions src/icons/icons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6853,3 +6853,11 @@ icons:
url: messenger.com
categories:
- Brand Icons

- name: Debian
id: debian
unicode: f2ff
created: 1.0
url: debian.org
categories:
- Brand Icons
3 changes: 3 additions & 0 deletions src/icons/svg/debian.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit aa06d24

Please sign in to comment.