Bumped version

This commit is contained in:
Julien Deswaef 2018-10-04 17:16:13 -04:00
parent 81479bcb8f
commit 04d8188154
13 changed files with 30 additions and 22 deletions

View file

@ -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.
@ -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

View file

@ -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

View file

@ -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
@ -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;
}
@ -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;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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; }

View file

@ -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

View file

@ -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);
@ -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";
@ -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";

View file

@ -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",

View file

@ -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