Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
xuv committed Oct 4, 2018
1 parent 81479bc commit 04d8188
Show file tree
Hide file tree
Showing 13 changed files with 30 additions and 22 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
# Fork Awesome
### A fork of the iconic font and CSS toolkit

[![All Contributors](https://img.shields.io/badge/all_contributors-98-orange.svg?style=flat-square)](CONTRIBUTORS.md)
[![All Contributors](https://img.shields.io/badge/all_contributors-104-orange.svg?style=flat-square)](CONTRIBUTORS.md)
[![JSDeliver](https://data.jsdelivr.com/v1/package/npm/fork-awesome/badge)](https://www.jsdelivr.com/package/npm/fork-awesome)
[![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 718 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 720 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 incredible tool Dave Gandy has given us, while at the same time allowing this project to be run by a distributed community of contributors.
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.

A tremendous gratitude is given to the whole team behind [Font Awesome](https://fontawesome.com), and you are encouraged to support them and buy Font Awesome Pro for your project.

Though If you believe in distributed open source design and wish to be part of this new adventure, please start submitting patches and suggestions of improvement.

Also, if you care about owning the build process of your icon font, this project will give you that. The whole pipeline is chared and free to use for any purpose. You could be spinning your own icon font with your clever name by just forking this project and changing a few settings.

## How to use
There is a full page in our documentation website that explains [how to use Fork Awesome in your web project](http://forkawesome.github.io/Fork-Awesome/get-started/). It ranges from just pointing to a CSS file on a CDN, hosting it on your own server or even adapting the LESS and SCSS files to your own liking.

Expand Down Expand Up @@ -88,7 +90,3 @@ Build the web documentation:
Or serve it on a local server on http://localhost:7998:

$ npm run dev

To deploy the project and documentation on GH pages:

$ jgd -n
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ icon_destination: icon # Relative to destination
forkawesome:
name: Fork Awesome
tagline: A fork of the iconic font and CSS toolkit
version: 1.1.2
version: 1.1.3
minor_version: 1.1
major_version: 1
doc_blob: v1.1.2
doc_blob: v1.1.3
url: http://forkawesome.github.io/Fork-Awesome/
legacy_url: http://forkawesome.github.io/Fork-Awesome/
css_prefix: fa
Expand Down
12 changes: 9 additions & 3 deletions css/fork-awesome.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
Fork Awesome 1.1.2
Fork Awesome 1.1.3
License - http://forkawesome.github.io/Fork-Awesome/license
Copyright 2018 Dave Gandy & Fork Awesome
Expand All @@ -14,8 +14,8 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
* -------------------------- */
@font-face {
font-family: 'ForkAwesome';
src: url('../fonts/forkawesome-webfont.eot?v=1.1.2');
src: url('../fonts/forkawesome-webfont.eot?#iefix&v=1.1.2') format('embedded-opentype'), url('../fonts/forkawesome-webfont.woff2?v=1.1.2') format('woff2'), url('../fonts/forkawesome-webfont.woff?v=1.1.2') format('woff'), url('../fonts/forkawesome-webfont.ttf?v=1.1.2') format('truetype'), url('../fonts/forkawesome-webfont.svg?v=1.1.2#forkawesomeregular') format('svg');
src: url('../fonts/forkawesome-webfont.eot?v=1.1.3');
src: url('../fonts/forkawesome-webfont.eot?#iefix&v=1.1.3') format('embedded-opentype'), url('../fonts/forkawesome-webfont.woff2?v=1.1.3') format('woff2'), url('../fonts/forkawesome-webfont.woff?v=1.1.3') format('woff'), url('../fonts/forkawesome-webfont.ttf?v=1.1.3') format('truetype'), url('../fonts/forkawesome-webfont.svg?v=1.1.3#forkawesomeregular') format('svg');
font-weight: normal;
font-style: normal;
}
Expand Down Expand Up @@ -2474,6 +2474,12 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
.fa-joplin:before {
content: "\f310";
}
.fa-syncthing:before {
content: "\f311";
}
.fa-inkscape:before {
content: "\f312";
}
.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.

2 changes: 1 addition & 1 deletion css/v5-compat.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
Fork Awesome 1.1.2
Fork Awesome 1.1.3
License - http://forkawesome.github.io/Fork-Awesome/license
Copyright 2018 Dave Gandy & Fork Awesome
Expand Down
2 changes: 1 addition & 1 deletion css/v5-compat.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.1.2
Fork Awesome 1.1.3
License - http://forkawesome.github.io/Fork-Awesome/license
Copyright 2018 Dave Gandy & Fork Awesome
Expand Down
2 changes: 2 additions & 0 deletions less/icons.less
Original file line number Diff line number Diff line change
Expand Up @@ -851,3 +851,5 @@
.@{fa-css-prefix}-php:before { content: @fa-var-php; }
.@{fa-css-prefix}-ffmpeg:before { content: @fa-var-ffmpeg; }
.@{fa-css-prefix}-joplin:before { content: @fa-var-joplin; }
.@{fa-css-prefix}-syncthing:before { content: @fa-var-syncthing; }
.@{fa-css-prefix}-inkscape:before { content: @fa-var-inkscape; }
2 changes: 1 addition & 1 deletion less/v5-compat.less
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
Fork Awesome 1.1.2
Fork Awesome 1.1.3
License - http://forkawesome.github.io/Fork-Awesome/license
Copyright 2018 Dave Gandy & Fork Awesome
Expand Down
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.1.2";
@fa-version: "1.1.3";
@fa-border-color: #eee;
@fa-inverse: #fff;
@fa-li-width: (30em / 14);
Expand Down Expand Up @@ -420,6 +420,7 @@
@fa-var-industry: "\f275";
@fa-var-info: "\f129";
@fa-var-info-circle: "\f05a";
@fa-var-inkscape: "\f312";
@fa-var-inr: "\f156";
@fa-var-instagram: "\f16d";
@fa-var-institution: "\f19c";
Expand Down Expand Up @@ -716,6 +717,7 @@
@fa-var-superscript: "\f12b";
@fa-var-support: "\f1cd";
@fa-var-sync: "\f021";
@fa-var-syncthing: "\f311";
@fa-var-table: "\f0ce";
@fa-var-tablet: "\f10a";
@fa-var-tachometer: "\f0e4";
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.1.2",
"version": "1.1.3",
"style": "css/fork-awesome.css",
"keywords": [
"font",
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.1.2
Fork Awesome 1.1.3
License - http://forkawesome.github.io/Fork-Awesome/license
Copyright 2018 Dave Gandy & Fork Awesome
Expand Down

0 comments on commit 04d8188

Please sign in to comment.