Skip to content

Commit

Permalink
Prepare release for 1.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
xuv committed Mar 8, 2018
1 parent 1a59cd9 commit 3f494f9
Show file tree
Hide file tree
Showing 20 changed files with 58 additions and 18 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Changelog

## Changelog of Fork awesome
- v1.0.11
- Adds icons: Dogmazic, React, Tipeee, Mastodon Square.
- Fix variable names for generated SCSS variables.
- Fix old reference to Font Awesome in SCSS variables.
- v1.0.10
- Adding a few icons: Debian, Messenger, Freedombox
- v1.0.9
- Adding icons for Archive.org & Xmpp
- Improving icons for QRcode & Barcode
Expand Down
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 703 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 705 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
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ icon_destination: icon # Relative to destination
forkawesome:
name: Fork Awesome
tagline: A fork of the iconic font and CSS toolkit
version: 1.0.10
version: 1.0.11
minor_version: 1.0
major_version: 1
doc_blob: v1.0.10
doc_blob: v1.0.11
url: http://forkawesome.github.io/Fork-Awesome/
legacy_url: http://forkawesome.github.io/Fork-Awesome/
css_prefix: fa
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "fork-awesome",
"repo": "ForkAwesome/Fork-Awesome",
"description": "Fork Awesome",
"version": "1.0.10",
"version": "1.0.11",
"keywords": [],
"dependencies": {},
"development": {},
Expand Down
12 changes: 9 additions & 3 deletions css/fork-awesome.css
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/*!
* Fork Awesome 1.0.10, originaly by Dave Gandy - http://forkawesome.github.io/Fork-Awesome/
* Fork Awesome 1.0.11, originaly by Dave Gandy - http://forkawesome.github.io/Fork-Awesome/
* License - http://forkawesome.github.io/Fork-Awesome//license (Font: SIL OFL 1.1, CSS: MIT License)
*/
/* FONT PATH
* -------------------------- */
@font-face {
font-family: 'ForkAwesome';
src: url('../fonts/forkawesome-webfont.eot?v=1.0.10');
src: url('../fonts/forkawesome-webfont.eot?#iefix&v=1.0.10') format('embedded-opentype'), url('../fonts/forkawesome-webfont.woff2?v=1.0.10') format('woff2'), url('../fonts/forkawesome-webfont.woff?v=1.0.10') format('woff'), url('../fonts/forkawesome-webfont.ttf?v=1.0.10') format('truetype'), url('../fonts/forkawesome-webfont.svg?v=1.0.10#forkawesomeregular') format('svg');
src: url('../fonts/forkawesome-webfont.eot?v=1.0.11');
src: url('../fonts/forkawesome-webfont.eot?#iefix&v=1.0.11') format('embedded-opentype'), url('../fonts/forkawesome-webfont.woff2?v=1.0.11') format('woff2'), url('../fonts/forkawesome-webfont.woff?v=1.0.11') format('woff'), url('../fonts/forkawesome-webfont.ttf?v=1.0.11') format('truetype'), url('../fonts/forkawesome-webfont.svg?v=1.0.11#forkawesomeregular') format('svg');
font-weight: normal;
font-style: normal;
}
Expand Down Expand Up @@ -2404,6 +2404,12 @@
.fa-tipeee:before {
content: "\f301";
}
.fa-react:before {
content: "\f302";
}
.fa-dogmazic:before {
content: "\f303";
}
.sr-only {
position: absolute;
width: 1px;
Expand Down
4 changes: 2 additions & 2 deletions 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.
24 changes: 22 additions & 2 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.
2 changes: 1 addition & 1 deletion less/fork-awesome.less
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Fork Awesome 1.0.10, originaly by Dave Gandy - http://forkawesome.github.io/Fork-Awesome/
* Fork Awesome 1.0.11, originaly by Dave Gandy - http://forkawesome.github.io/Fork-Awesome/
* License - http://forkawesome.github.io/Fork-Awesome//license (Font: SIL OFL 1.1, CSS: MIT License)
*/

Expand Down
2 changes: 2 additions & 0 deletions less/icons.less
Original file line number Diff line number Diff line change
Expand Up @@ -819,3 +819,5 @@
.@{fa-css-prefix}-debian:before { content: @fa-var-debian; }
.@{fa-css-prefix}-mastodon-square:before { content: @fa-var-mastodon-square; }
.@{fa-css-prefix}-tipeee:before { content: @fa-var-tipeee; }
.@{fa-css-prefix}-react:before { content: @fa-var-react; }
.@{fa-css-prefix}-dogmazic:before { content: @fa-var-dogmazic; }
4 changes: 3 additions & 1 deletion less/variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
@fa-line-height-base: 1;
@fa-css-prefix: fa;
@fa-font-family: ForkAwesome;
@fa-version: "1.0.10";
@fa-version: "1.0.11";
@fa-border-color: #eee;
@fa-inverse: #fff;
@fa-li-width: (30em / 14);
Expand Down Expand Up @@ -227,6 +227,7 @@
@fa-var-digg: "\f1a6";
@fa-var-discord: "\f2ee";
@fa-var-discord-alt: "\f2ef";
@fa-var-dogmazic: "\f303";
@fa-var-dollar: "\f155";
@fa-var-dot-circle-o: "\f192";
@fa-var-download: "\f019";
Expand Down Expand Up @@ -566,6 +567,7 @@
@fa-var-ra: "\f1d0";
@fa-var-random: "\f074";
@fa-var-ravelry: "\f2d9";
@fa-var-react: "\f302";
@fa-var-rebel: "\f1d0";
@fa-var-recycle: "\f1b8";
@fa-var-reddit: "\f1a1";
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fork-awesome",
"description": "A fork of the iconic font and CSS framework",
"version": "1.0.10",
"version": "1.0.11",
"style": "css/fork-awesome.css",
"keywords": [
"font",
Expand Down
2 changes: 2 additions & 0 deletions scss/_icons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -819,3 +819,5 @@
.#{$fa-css-prefix}-debian:before { content: $fa-var-debian; }
.#{$fa-css-prefix}-mastodon-square:before { content: $fa-var-mastodon-square; }
.#{$fa-css-prefix}-tipeee:before { content: $fa-var-tipeee; }
.#{$fa-css-prefix}-react:before { content: $fa-var-react; }
.#{$fa-css-prefix}-dogmazic:before { content: $fa-var-dogmazic; }
4 changes: 3 additions & 1 deletion scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ $fa-font-size-base: 14px !default;
$fa-line-height-base: 1 !default;
$fa-css-prefix: "fa" !default;
$fa-font-family: "ForkAwesome" !default;
$fa-version: "1.0.10" !default;
$fa-version: "1.0.11" !default;
$fa-border-color: #eee !default;
$fa-inverse: #fff !default;
$fa-li-width: (30em / 14) !default;
Expand Down Expand Up @@ -227,6 +227,7 @@ $fa-var-diaspora: "\f2e5";
$fa-var-digg: "\f1a6";
$fa-var-discord: "\f2ee";
$fa-var-discord-alt: "\f2ef";
$fa-var-dogmazic: "\f303";
$fa-var-dollar: "\f155";
$fa-var-dot-circle-o: "\f192";
$fa-var-download: "\f019";
Expand Down Expand Up @@ -566,6 +567,7 @@ $fa-var-quote-right: "\f10e";
$fa-var-ra: "\f1d0";
$fa-var-random: "\f074";
$fa-var-ravelry: "\f2d9";
$fa-var-react: "\f302";
$fa-var-rebel: "\f1d0";
$fa-var-recycle: "\f1b8";
$fa-var-reddit: "\f1a1";
Expand Down
2 changes: 1 addition & 1 deletion scss/fork-awesome.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Fork Awesome 1.0.10, originaly by Dave Gandy - http://forkawesome.github.io/Fork-Awesome/
* Fork Awesome 1.0.11, originaly by Dave Gandy - http://forkawesome.github.io/Fork-Awesome/
* License - http://forkawesome.github.io/Fork-Awesome//license (Font: SIL OFL 1.1, CSS: MIT License)
*/

Expand Down
Loading

0 comments on commit 3f494f9

Please sign in to comment.