Skip to content

Commit

Permalink
Adding the Archive.org icon
Browse files Browse the repository at this point in the history
  • Loading branch information
xuv committed Feb 26, 2018
1 parent 42bd963 commit 87f503b
Show file tree
Hide file tree
Showing 18 changed files with 44 additions and 9 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 697 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 698 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 @@ -2386,6 +2386,9 @@
.fa-xmpp:before {
content: "\f2f9";
}
.fa-archive-org:before {
content: "\f2fc";
}
.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.
15 changes: 12 additions & 3 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 @@ -813,3 +813,4 @@
.@{fa-css-prefix}-cut-key:before,
.@{fa-css-prefix}-key-modern:before { content: @fa-var-key-modern; }
.@{fa-css-prefix}-xmpp:before { content: @fa-var-xmpp; }
.@{fa-css-prefix}-archive-org:before { content: @fa-var-archive-org; }
1 change: 1 addition & 0 deletions less/variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
@fa-var-angle-up: "\f106";
@fa-var-apple: "\f179";
@fa-var-archive: "\f187";
@fa-var-archive-org: "\f2fc";
@fa-var-area-chart: "\f1fe";
@fa-var-arrow-circle-down: "\f0ab";
@fa-var-arrow-circle-left: "\f0a8";
Expand Down
1 change: 1 addition & 0 deletions scss/_icons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -813,3 +813,4 @@
.#{$fa-css-prefix}-cut-key:before,
.#{$fa-css-prefix}-key-modern:before { content: $fa-var-key-modern; }
.#{$fa-css-prefix}-xmpp:before { content: $fa-var-xmpp; }
.#{$fa-css-prefix}-archive-org:before { content: $fa-var-archive-org; }
1 change: 1 addition & 0 deletions scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ $fa-var-angle-right: "\f105";
$fa-var-angle-up: "\f106";
$fa-var-apple: "\f179";
$fa-var-archive: "\f187";
$fa-var-archive-org: "\f2fc";
$fa-var-area-chart: "\f1fe";
$fa-var-arrow-circle-down: "\f0ab";
$fa-var-arrow-circle-left: "\f0a8";
Expand Down
2 changes: 2 additions & 0 deletions src/doc/test/cdn.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/fork-awesome@{{ site.forkawesome.version }}/css/fork-awesome.min.css">
</head>

{% sri_css_hash ../assets/fork-awesome/css/fork-awesome.min.css %}

<body>
<div class="container">
<div>
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": "32c8f0237ddd34d69437be8b6b4a5bd5fc870cfdaef50f43ca167d022f4a81b3",
"current": "32c8f0237ddd34d69437be8b6b4a5bd5fc870cfdaef50f43ca167d022f4a81b3"
"previous": "6a4b05235a2ddb8685a33d9f9156b2b22fef6fe707fdf11a93ed21a9c93f982d",
"current": "6a4b05235a2ddb8685a33d9f9156b2b22fef6fe707fdf11a93ed21a9c93f982d"
},
"fonts": [
"forkawesome/forkawesome.ttf",
Expand Down Expand Up @@ -123,6 +123,10 @@
"codepoint": 61831,
"source": "svg/archive.svg"
},
"archive-org": {
"codepoint": 62204,
"source": "svg/archive-org.svg"
},
"area-chart": {
"codepoint": 61950,
"source": "svg/area-chart.svg"
Expand Down
10 changes: 10 additions & 0 deletions src/icons/icons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6827,3 +6827,13 @@ icons:
url: xmpp.org
categories:
- Brand Icons

- name: Archive.org
id: archive-org
unicode: f2fc
created: 1.0
filter:
- link
url: archive.org
categories:
- Brand Icons
3 changes: 3 additions & 0 deletions src/icons/svg/archive-org.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/icons/svg/barcode.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 87f503b

Please sign in to comment.