mirror of
https://github.com/ForkAwesome/Fork-Awesome.git
synced 2024-12-26 13:31:31 +08:00
Preparing for release
This commit is contained in:
parent
5a2ca8e6ea
commit
f2a726bbb3
@ -1,6 +1,10 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## Changelog of Fork awesome
|
## Changelog of Fork awesome
|
||||||
|
- v1.1.1
|
||||||
|
- Adding a CI pipeline with Travis.
|
||||||
|
- Fixes bell and bell-o icons who were switched up [#88](https://github.com/ForkAwesome/Fork-Awesome/issues/88)
|
||||||
|
- Add a mention in the documentation that the SIL-OFL also applies to SVG glyphs [#62](https://github.com/ForkAwesome/Fork-Awesome/issues/62)
|
||||||
- v1.1.0
|
- v1.1.0
|
||||||
- Upgrade of build tools to latest versions ( Jekyll & svgo mainly)
|
- Upgrade of build tools to latest versions ( Jekyll & svgo mainly)
|
||||||
- Change of Globe icon to be more world friendly
|
- Change of Globe icon to be more world friendly
|
||||||
|
@ -19,10 +19,10 @@ icon_destination: icon # Relative to destination
|
|||||||
forkawesome:
|
forkawesome:
|
||||||
name: Fork Awesome
|
name: Fork Awesome
|
||||||
tagline: A fork of the iconic font and CSS toolkit
|
tagline: A fork of the iconic font and CSS toolkit
|
||||||
version: 1.1.0
|
version: 1.1.1
|
||||||
minor_version: 1.1
|
minor_version: 1.1
|
||||||
major_version: 1
|
major_version: 1
|
||||||
doc_blob: v1.1.0
|
doc_blob: v1.1.1
|
||||||
url: http://forkawesome.github.io/Fork-Awesome/
|
url: http://forkawesome.github.io/Fork-Awesome/
|
||||||
legacy_url: http://forkawesome.github.io/Fork-Awesome/
|
legacy_url: http://forkawesome.github.io/Fork-Awesome/
|
||||||
css_prefix: fa
|
css_prefix: fa
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"name": "fork-awesome",
|
"name": "fork-awesome",
|
||||||
"repo": "ForkAwesome/Fork-Awesome",
|
"repo": "ForkAwesome/Fork-Awesome",
|
||||||
"description": "Fork Awesome",
|
"description": "Fork Awesome",
|
||||||
"version": "1.1.0",
|
"version": "1.1.1",
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"development": {},
|
"development": {},
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
/*!
|
/*!
|
||||||
* Fork Awesome 1.1.0, originaly by Dave Gandy - http://forkawesome.github.io/Fork-Awesome/
|
* Fork Awesome 1.1.1, 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)
|
* License - http://forkawesome.github.io/Fork-Awesome//license (Font: SIL OFL 1.1, CSS: MIT License)
|
||||||
*/
|
*/
|
||||||
/* FONT PATH
|
/* FONT PATH
|
||||||
* -------------------------- */
|
* -------------------------- */
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'ForkAwesome';
|
font-family: 'ForkAwesome';
|
||||||
src: url('../fonts/forkawesome-webfont.eot?v=1.1.0');
|
src: url('../fonts/forkawesome-webfont.eot?v=1.1.1');
|
||||||
src: url('../fonts/forkawesome-webfont.eot?#iefix&v=1.1.0') format('embedded-opentype'), url('../fonts/forkawesome-webfont.woff2?v=1.1.0') format('woff2'), url('../fonts/forkawesome-webfont.woff?v=1.1.0') format('woff'), url('../fonts/forkawesome-webfont.ttf?v=1.1.0') format('truetype'), url('../fonts/forkawesome-webfont.svg?v=1.1.0#forkawesomeregular') format('svg');
|
src: url('../fonts/forkawesome-webfont.eot?#iefix&v=1.1.1') format('embedded-opentype'), url('../fonts/forkawesome-webfont.woff2?v=1.1.1') format('woff2'), url('../fonts/forkawesome-webfont.woff?v=1.1.1') format('woff'), url('../fonts/forkawesome-webfont.ttf?v=1.1.1') format('truetype'), url('../fonts/forkawesome-webfont.svg?v=1.1.1#forkawesomeregular') format('svg');
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
@ -650,7 +650,7 @@
|
|||||||
.fa-bullhorn:before {
|
.fa-bullhorn:before {
|
||||||
content: "\f0a1";
|
content: "\f0a1";
|
||||||
}
|
}
|
||||||
.fa-bell:before {
|
.fa-bell-o:before {
|
||||||
content: "\f0f3";
|
content: "\f0f3";
|
||||||
}
|
}
|
||||||
.fa-certificate:before {
|
.fa-certificate:before {
|
||||||
@ -864,7 +864,7 @@
|
|||||||
.fa-suitcase:before {
|
.fa-suitcase:before {
|
||||||
content: "\f0f2";
|
content: "\f0f2";
|
||||||
}
|
}
|
||||||
.fa-bell-o:before {
|
.fa-bell:before {
|
||||||
content: "\f0a2";
|
content: "\f0a2";
|
||||||
}
|
}
|
||||||
.fa-coffee:before {
|
.fa-coffee:before {
|
||||||
|
4
css/fork-awesome.min.css
vendored
4
css/fork-awesome.min.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1,5 +1,5 @@
|
|||||||
/*!
|
/*!
|
||||||
* Fork Awesome 1.1.0, originaly by Dave Gandy - http://forkawesome.github.io/Fork-Awesome/
|
* Fork Awesome 1.1.1, 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)
|
* License - http://forkawesome.github.io/Fork-Awesome//license (Font: SIL OFL 1.1, CSS: MIT License)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -167,7 +167,7 @@
|
|||||||
.@{fa-css-prefix}-rss:before { content: @fa-var-rss; }
|
.@{fa-css-prefix}-rss:before { content: @fa-var-rss; }
|
||||||
.@{fa-css-prefix}-hdd-o:before { content: @fa-var-hdd-o; }
|
.@{fa-css-prefix}-hdd-o:before { content: @fa-var-hdd-o; }
|
||||||
.@{fa-css-prefix}-bullhorn:before { content: @fa-var-bullhorn; }
|
.@{fa-css-prefix}-bullhorn:before { content: @fa-var-bullhorn; }
|
||||||
.@{fa-css-prefix}-bell:before { content: @fa-var-bell; }
|
.@{fa-css-prefix}-bell-o:before { content: @fa-var-bell-o; }
|
||||||
.@{fa-css-prefix}-certificate:before { content: @fa-var-certificate; }
|
.@{fa-css-prefix}-certificate:before { content: @fa-var-certificate; }
|
||||||
.@{fa-css-prefix}-hand-o-right:before { content: @fa-var-hand-o-right; }
|
.@{fa-css-prefix}-hand-o-right:before { content: @fa-var-hand-o-right; }
|
||||||
.@{fa-css-prefix}-hand-o-left:before { content: @fa-var-hand-o-left; }
|
.@{fa-css-prefix}-hand-o-left:before { content: @fa-var-hand-o-left; }
|
||||||
@ -249,7 +249,7 @@
|
|||||||
.@{fa-css-prefix}-user-md:before { content: @fa-var-user-md; }
|
.@{fa-css-prefix}-user-md:before { content: @fa-var-user-md; }
|
||||||
.@{fa-css-prefix}-stethoscope:before { content: @fa-var-stethoscope; }
|
.@{fa-css-prefix}-stethoscope:before { content: @fa-var-stethoscope; }
|
||||||
.@{fa-css-prefix}-suitcase:before { content: @fa-var-suitcase; }
|
.@{fa-css-prefix}-suitcase:before { content: @fa-var-suitcase; }
|
||||||
.@{fa-css-prefix}-bell-o:before { content: @fa-var-bell-o; }
|
.@{fa-css-prefix}-bell:before { content: @fa-var-bell; }
|
||||||
.@{fa-css-prefix}-coffee:before { content: @fa-var-coffee; }
|
.@{fa-css-prefix}-coffee:before { content: @fa-var-coffee; }
|
||||||
.@{fa-css-prefix}-cutlery:before { content: @fa-var-cutlery; }
|
.@{fa-css-prefix}-cutlery:before { content: @fa-var-cutlery; }
|
||||||
.@{fa-css-prefix}-file-text-o:before { content: @fa-var-file-text-o; }
|
.@{fa-css-prefix}-file-text-o:before { content: @fa-var-file-text-o; }
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
@fa-line-height-base: 1;
|
@fa-line-height-base: 1;
|
||||||
@fa-css-prefix: fa;
|
@fa-css-prefix: fa;
|
||||||
@fa-font-family: ForkAwesome;
|
@fa-font-family: ForkAwesome;
|
||||||
@fa-version: "1.1.0";
|
@fa-version: "1.1.1";
|
||||||
@fa-border-color: #eee;
|
@fa-border-color: #eee;
|
||||||
@fa-inverse: #fff;
|
@fa-inverse: #fff;
|
||||||
@fa-li-width: (30em / 14);
|
@fa-li-width: (30em / 14);
|
||||||
@ -90,8 +90,8 @@
|
|||||||
@fa-var-beer: "\f0fc";
|
@fa-var-beer: "\f0fc";
|
||||||
@fa-var-behance: "\f1b4";
|
@fa-var-behance: "\f1b4";
|
||||||
@fa-var-behance-square: "\f1b5";
|
@fa-var-behance-square: "\f1b5";
|
||||||
@fa-var-bell: "\f0f3";
|
@fa-var-bell: "\f0a2";
|
||||||
@fa-var-bell-o: "\f0a2";
|
@fa-var-bell-o: "\f0f3";
|
||||||
@fa-var-bell-slash: "\f1f6";
|
@fa-var-bell-slash: "\f1f6";
|
||||||
@fa-var-bell-slash-o: "\f1f7";
|
@fa-var-bell-slash-o: "\f1f7";
|
||||||
@fa-var-bicycle: "\f206";
|
@fa-var-bicycle: "\f206";
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "fork-awesome",
|
"name": "fork-awesome",
|
||||||
"description": "A fork of the iconic font and CSS framework",
|
"description": "A fork of the iconic font and CSS framework",
|
||||||
"version": "1.1.0",
|
"version": "1.1.1",
|
||||||
"style": "css/fork-awesome.css",
|
"style": "css/fork-awesome.css",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"font",
|
"font",
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*!
|
/*!
|
||||||
* Fork Awesome 1.1.0, originaly by Dave Gandy - http://forkawesome.github.io/Fork-Awesome/
|
* Fork Awesome 1.1.1, 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)
|
* License - http://forkawesome.github.io/Fork-Awesome//license (Font: SIL OFL 1.1, CSS: MIT License)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user