mirror of
https://github.com/ForkAwesome/Fork-Awesome.git
synced 2024-12-26 05:21:31 +08:00
Updating version info to 1.1.0
This commit is contained in:
parent
5756c7522d
commit
dcc9fc6afd
@ -1,6 +1,10 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## Changelog of Fork awesome
|
## Changelog of Fork awesome
|
||||||
|
- v1.1.0
|
||||||
|
- Upgrade of build tools to latest versions ( Jekyll & svgo mainly)
|
||||||
|
- Change of Globe icon to be more world friendly
|
||||||
|
- Adds more icons: more globes (east & west views), zotero, nodejs, nextcloud, hackaday, laravel, signal, gnupg, php, ffmpeg amd joplin.
|
||||||
- v1.0.11
|
- v1.0.11
|
||||||
- Adds icons: Dogmazic, React, Tipeee, Mastodon Square.
|
- Adds icons: Dogmazic, React, Tipeee, Mastodon Square.
|
||||||
- Fix variable names for generated SCSS variables.
|
- Fix variable names for generated SCSS variables.
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
safe: false
|
safe: false
|
||||||
port: 7998
|
|
||||||
baseurl: /Fork-Awesome/ # Where GitHub serves the project up from
|
baseurl: /Fork-Awesome/ # Where GitHub serves the project up from
|
||||||
url: //forkawesome.github.com/
|
url: //forkawesome.github.com/
|
||||||
|
@ -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.0.11
|
version: 1.1.0
|
||||||
minor_version: 1.0
|
minor_version: 1.1
|
||||||
major_version: 1
|
major_version: 1
|
||||||
doc_blob: v1.0.11
|
doc_blob: v1.1.0
|
||||||
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.0.11",
|
"version": "1.1.0",
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"development": {},
|
"development": {},
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
/*!
|
/*!
|
||||||
* Fork Awesome 1.0.11, originaly by Dave Gandy - http://forkawesome.github.io/Fork-Awesome/
|
* Fork Awesome 1.1.0, 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.0.11');
|
src: url('../fonts/forkawesome-webfont.eot?v=1.1.0');
|
||||||
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');
|
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');
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
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.0.11, originaly by Dave Gandy - http://forkawesome.github.io/Fork-Awesome/
|
* Fork Awesome 1.1.0, 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)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -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.0.11";
|
@fa-version: "1.1.0";
|
||||||
@fa-border-color: #eee;
|
@fa-border-color: #eee;
|
||||||
@fa-inverse: #fff;
|
@fa-inverse: #fff;
|
||||||
@fa-li-width: (30em / 14);
|
@fa-li-width: (30em / 14);
|
||||||
|
@ -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.0.11",
|
"version": "1.1.0",
|
||||||
"style": "css/fork-awesome.css",
|
"style": "css/fork-awesome.css",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"font",
|
"font",
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*!
|
/*!
|
||||||
* Fork Awesome 1.0.11, originaly by Dave Gandy - http://forkawesome.github.io/Fork-Awesome/
|
* Fork Awesome 1.1.0, 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