Version bump to 1.2

This commit is contained in:
Julien Deswaef 2020-06-24 13:12:24 +02:00
parent 9e10cc3648
commit 71121c6e28
19 changed files with 2995 additions and 2998 deletions

View File

@ -19,8 +19,8 @@ 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.7 version: 1.2.0
minor_version: 1.1 minor_version: 1.2
major_version: 1 major_version: 1
doc_blob: v1.1.7 doc_blob: v1.1.7
url: https://forkaweso.me/Fork-Awesome/ url: https://forkaweso.me/Fork-Awesome/

View File

@ -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.7", "version": "1.2.0",
"keywords": [], "keywords": [],
"dependencies": {}, "dependencies": {},
"development": {}, "development": {},

View File

@ -1,5 +1,5 @@
/*! /*!
Fork Awesome 1.1.7 Fork Awesome 1.2.0
License - https://forkaweso.me/Fork-Awesome/license License - https://forkaweso.me/Fork-Awesome/license
Copyright 2018 Dave Gandy & Fork Awesome 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-face {
font-family: 'ForkAwesome'; font-family: 'ForkAwesome';
src: url('../fonts/forkawesome-webfont.eot?v=1.1.7'); src: url('../fonts/forkawesome-webfont.eot?v=1.2.0');
src: url('../fonts/forkawesome-webfont.eot?#iefix&v=1.1.7') format('embedded-opentype'), url('../fonts/forkawesome-webfont.woff2?v=1.1.7') format('woff2'), url('../fonts/forkawesome-webfont.woff?v=1.1.7') format('woff'), url('../fonts/forkawesome-webfont.ttf?v=1.1.7') format('truetype'), url('../fonts/forkawesome-webfont.svg?v=1.1.7#forkawesomeregular') format('svg'); src: url('../fonts/forkawesome-webfont.eot?#iefix&v=1.2.0') format('embedded-opentype'), url('../fonts/forkawesome-webfont.woff2?v=1.2.0') format('woff2'), url('../fonts/forkawesome-webfont.woff?v=1.2.0') format('woff'), url('../fonts/forkawesome-webfont.ttf?v=1.2.0') format('truetype'), url('../fonts/forkawesome-webfont.svg?v=1.2.0#forkawesomeregular') format('svg');
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
font-display: block; font-display: block;
@ -69,9 +69,9 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
left: -1.85714286em; left: -1.85714286em;
} }
.fa-border { .fa-border {
padding: 0.2em 0.25em 0.15em; padding: .2em .25em .15em;
border: solid 0.08em #eee; border: solid 0.08em #eee;
border-radius: 0.1em; border-radius: .1em;
} }
.fa-pull-left { .fa-pull-left {
float: left; float: left;
@ -80,10 +80,10 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
float: right; float: right;
} }
.fa.fa-pull-left { .fa.fa-pull-left {
margin-right: 0.3em; margin-right: .3em;
} }
.fa.fa-pull-right { .fa.fa-pull-right {
margin-left: 0.3em; margin-left: .3em;
} }
/* Deprecated as of 4.4.0 */ /* Deprecated as of 4.4.0 */
.pull-right { .pull-right {
@ -93,10 +93,10 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
float: left; float: left;
} }
.fa.pull-left { .fa.pull-left {
margin-right: 0.3em; margin-right: .3em;
} }
.fa.pull-right { .fa.pull-right {
margin-left: 0.3em; margin-left: .3em;
} }
.fa-spin { .fa-spin {
-webkit-animation: fa-spin 2s infinite linear; -webkit-animation: fa-spin 2s infinite linear;

File diff suppressed because one or more lines are too long

View File

@ -1,5 +1,5 @@
/*! /*!
Fork Awesome 1.1.7 Fork Awesome 1.2.0
License - https://forkaweso.me/Fork-Awesome/license License - https://forkaweso.me/Fork-Awesome/license
Copyright 2018 Dave Gandy & Fork Awesome Copyright 2018 Dave Gandy & Fork Awesome

View File

@ -1,5 +1,5 @@
/*! /*!
Fork Awesome 1.1.7 Fork Awesome 1.2.0
License - https://forkaweso.me/Fork-Awesome/license License - https://forkaweso.me/Fork-Awesome/license
Copyright 2018 Dave Gandy & Fork Awesome Copyright 2018 Dave Gandy & Fork Awesome

Binary file not shown.

File diff suppressed because it is too large Load Diff

Before

Width:  |  Height:  |  Size: 546 KiB

After

Width:  |  Height:  |  Size: 545 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1,5 +1,5 @@
/*! /*!
Fork Awesome 1.1.7 Fork Awesome 1.2.0
License - https://forkaweso.me/Fork-Awesome/license License - https://forkaweso.me/Fork-Awesome/license
Copyright 2018 Dave Gandy & Fork Awesome Copyright 2018 Dave Gandy & Fork Awesome

View File

@ -1,5 +1,5 @@
/*! /*!
Fork Awesome 1.1.7 Fork Awesome 1.2.0
License - https://forkaweso.me/Fork-Awesome/license License - https://forkaweso.me/Fork-Awesome/license
Copyright 2018 Dave Gandy & Fork Awesome Copyright 2018 Dave Gandy & Fork Awesome

View File

@ -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.7"; @fa-version: "1.2.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);

View File

@ -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.7", "version": "1.2.0",
"style": "css/fork-awesome.css", "style": "css/fork-awesome.css",
"keywords": [ "keywords": [
"font", "font",

View File

@ -6,7 +6,7 @@ $fa-font-size-base: 14px !default;
$fa-line-height-base: 1 !default; $fa-line-height-base: 1 !default;
$fa-css-prefix: "fa" !default; $fa-css-prefix: "fa" !default;
$fa-font-family: "ForkAwesome" !default; $fa-font-family: "ForkAwesome" !default;
$fa-version: "1.1.7" !default; $fa-version: "1.2.0" !default;
$fa-border-color: #eee !default; $fa-border-color: #eee !default;
$fa-inverse: #fff !default; $fa-inverse: #fff !default;
$fa-li-width: (30em / 14) !default; $fa-li-width: (30em / 14) !default;

View File

@ -1,5 +1,5 @@
/*! /*!
Fork Awesome 1.1.7 Fork Awesome 1.2.0
License - https://forkaweso.me/Fork-Awesome/license License - https://forkaweso.me/Fork-Awesome/license
Copyright 2018 Dave Gandy & Fork Awesome Copyright 2018 Dave Gandy & Fork Awesome

View File

@ -1,7 +1,7 @@
{ {
"checksum": { "checksum": {
"previous": "afffa0e7982355ad7a1d8b4e7f21b4efb443091d0a0f8cc0c84e21ca63121ef0", "previous": "43645600d4c87006ae27b9a081152879e4fac95271e7d8591d9ee17f69747929",
"current": "afffa0e7982355ad7a1d8b4e7f21b4efb443091d0a0f8cc0c84e21ca63121ef0" "current": "43645600d4c87006ae27b9a081152879e4fac95271e7d8591d9ee17f69747929"
}, },
"fonts": [ "fonts": [
"forkawesome/forkawesome.ttf", "forkawesome/forkawesome.ttf",

View File

@ -7454,7 +7454,7 @@ icons:
- name: ASKfm - name: ASKfm
id: askfm id: askfm
unicode: f33a unicode: f33a
created: 1.1 created: 1.2
url: ask.fm url: ask.fm
categories: categories:
- Brand Icon - Brand Icon
@ -7462,7 +7462,7 @@ icons:
- name: Blockstack - name: Blockstack
id: blockstack id: blockstack
unicode: f33b unicode: f33b
created: 1.1 created: 1.2
url: blockstack.org url: blockstack.org
categories: categories:
- Brand Icon - Brand Icon
@ -7470,7 +7470,7 @@ icons:
- name: Board Game Geek - name: Board Game Geek
id: boardgamegeek id: boardgamegeek
unicode: f33c unicode: f33c
created: 1.1 created: 1.2
url: boardgamegeek.com url: boardgamegeek.com
categories: categories:
- Brand Icons - Brand Icons
@ -7478,14 +7478,14 @@ icons:
- name: Bunny - name: Bunny
id: bunny id: bunny
unicode: f35f unicode: f35f
created: 1.1 created: 1.2
categories: categories:
- Web Application Icons - Web Application Icons
- name: Buy Me A Coffee - name: Buy Me A Coffee
id: buymeacoffee id: buymeacoffee
unicode: f33d unicode: f33d
created: 1.1 created: 1.2
url: buymeacoffee.com url: buymeacoffee.com
categories: categories:
- Brand Icons - Brand Icons
@ -7493,7 +7493,7 @@ icons:
- name: Creative Commons BY - name: Creative Commons BY
id: cc-by id: cc-by
unicode: f33e unicode: f33e
created: 1.1 created: 1.2
url: creativecommons.org url: creativecommons.org
categories: categories:
- Web Application Icons - Web Application Icons
@ -7502,7 +7502,7 @@ icons:
- name: Creative Commons - name: Creative Commons
id: cc-cc id: cc-cc
unicode: f33f unicode: f33f
created: 1.1 created: 1.2
url: creativecommons.org url: creativecommons.org
categories: categories:
- Web Application Icons - Web Application Icons
@ -7513,7 +7513,7 @@ icons:
- name: Creative Commons NC-EU - name: Creative Commons NC-EU
id: cc-nc-eu id: cc-nc-eu
unicode: f341 unicode: f341
created: 1.1 created: 1.2
url: creativecommons.org url: creativecommons.org
categories: categories:
- Web Application Icons - Web Application Icons
@ -7523,7 +7523,7 @@ icons:
- name: Creative Commons NC-JP - name: Creative Commons NC-JP
id: cc-nc-jp id: cc-nc-jp
unicode: f342 unicode: f342
created: 1.1 created: 1.2
url: creativecommons.org url: creativecommons.org
categories: categories:
- Web Application Icons - Web Application Icons
@ -7532,7 +7532,7 @@ icons:
- name: Creative Commons NC - name: Creative Commons NC
id: cc-nc id: cc-nc
unicode: f340 unicode: f340
created: 1.1 created: 1.2
url: creativecommons.org url: creativecommons.org
categories: categories:
- Web Application Icons - Web Application Icons
@ -7541,7 +7541,7 @@ icons:
- name: Creative Commons ND - name: Creative Commons ND
id: cc-nd id: cc-nd
unicode: f343 unicode: f343
created: 1.1 created: 1.2
url: creativecommons.org url: creativecommons.org
categories: categories:
- Web Application Icons - Web Application Icons
@ -7550,7 +7550,7 @@ icons:
- name: Creative Commons PD - name: Creative Commons PD
id: cc-pd id: cc-pd
unicode: f344 unicode: f344
created: 1.1 created: 1.2
url: creativecommons.org url: creativecommons.org
categories: categories:
- Web Application Icons - Web Application Icons
@ -7559,7 +7559,7 @@ icons:
- name: Creative Commons Remix - name: Creative Commons Remix
id: cc-remix id: cc-remix
unicode: f345 unicode: f345
created: 1.1 created: 1.2
url: creativecommons.org url: creativecommons.org
categories: categories:
- Web Application Icons - Web Application Icons
@ -7568,7 +7568,7 @@ icons:
- name: Creative Commons SA - name: Creative Commons SA
id: cc-sa id: cc-sa
unicode: f346 unicode: f346
created: 1.1 created: 1.2
url: creativecommons.org url: creativecommons.org
categories: categories:
- Web Application Icons - Web Application Icons
@ -7577,7 +7577,7 @@ icons:
- name: Creative Commons Share - name: Creative Commons Share
id: cc-share id: cc-share
unicode: f347 unicode: f347
created: 1.1 created: 1.2
url: creativecommons.org url: creativecommons.org
categories: categories:
- Web Application Icons - Web Application Icons
@ -7586,7 +7586,7 @@ icons:
- name: Creative Commons Zero - name: Creative Commons Zero
id: cc-zero id: cc-zero
unicode: f348 unicode: f348
created: 1.1 created: 1.2
url: creativecommons.org url: creativecommons.org
categories: categories:
- Web Application Icons - Web Application Icons
@ -7595,7 +7595,7 @@ icons:
- name: Conway Glider - name: Conway Glider
id: conway-glider id: conway-glider
unicode: f349 unicode: f349
created: 1.1 created: 1.2
aliases: aliases:
- conway-hacker - conway-hacker
url: en.wikipedia.org/wiki/Glider_(Conway's_Life) url: en.wikipedia.org/wiki/Glider_(Conway's_Life)
@ -7605,7 +7605,7 @@ icons:
- name: C# - name: C#
id: csharp id: csharp
unicode: f34a unicode: f34a
created: 1.1 created: 1.2
url: csharp.net url: csharp.net
categories: categories:
- Brand Icons - Brand Icons
@ -7613,7 +7613,7 @@ icons:
- name: Email Bulk - name: Email Bulk
id: email-bulk id: email-bulk
unicode: f34b unicode: f34b
created: 1.1 created: 1.2
filter: filter:
- email - email
- e-mail - e-mail
@ -7628,7 +7628,7 @@ icons:
- name: Email Bulk Outlined - name: Email Bulk Outlined
id: email-bulk-o id: email-bulk-o
unicode: f34c unicode: f34c
created: 1.1 created: 1.2
filter: filter:
- email - email
- e-mail - e-mail
@ -7643,7 +7643,7 @@ icons:
- name: GNU Operating System - name: GNU Operating System
id: gnu id: gnu
unicode: f34d unicode: f34d
created: 1.1 created: 1.2
url: gnu.org url: gnu.org
categories: categories:
- Brand Icons - Brand Icons
@ -7651,7 +7651,7 @@ icons:
- name: Google Play - name: Google Play
id: google-play id: google-play
unicode: f34e unicode: f34e
created: 1.1 created: 1.2
url: play.google.com url: play.google.com
categories: categories:
- Brand Icons - Brand Icons
@ -7659,7 +7659,7 @@ icons:
- name: Heroku - name: Heroku
id: heroku id: heroku
unicode: f34f unicode: f34f
created: 1.1 created: 1.2
url: heroku.com url: heroku.com
categories: categories:
- Brand Icons - Brand Icons
@ -7667,7 +7667,7 @@ icons:
- name: Home Assistant - name: Home Assistant
id: home-assistant id: home-assistant
unicode: f350 unicode: f350
created: 1.1 created: 1.2
url: home-assistant.io url: home-assistant.io
aliases: aliases:
- hassio - hassio
@ -7677,7 +7677,7 @@ icons:
- name: Java - name: Java
id: java id: java
unicode: f351 unicode: f351
created: 1.1 created: 1.2
url: oracle.com/java url: oracle.com/java
categories: categories:
- Brand Icons - Brand Icons
@ -7685,7 +7685,7 @@ icons:
- name: MariaDB - name: MariaDB
id: mariadb id: mariadb
unicode: f352 unicode: f352
created: 1.1 created: 1.2
url: mariadb.com url: mariadb.com
categories: categories:
- Brand Icons - Brand Icons
@ -7693,7 +7693,7 @@ icons:
- name: Markdown - name: Markdown
id: markdown id: markdown
unicode: f353 unicode: f353
created: 1.1 created: 1.2
url: daringfireball.net/projects/markdown/ url: daringfireball.net/projects/markdown/
categories: categories:
- Brand Icons - Brand Icons
@ -7701,7 +7701,7 @@ icons:
- name: MySQL - name: MySQL
id: mysql id: mysql
unicode: f354 unicode: f354
created: 1.1 created: 1.2
url: mysql.com url: mysql.com
categories: categories:
- Brand Icons - Brand Icons
@ -7709,7 +7709,7 @@ icons:
- name: Nordcast - name: Nordcast
id: nordcast id: nordcast
unicode: f355 unicode: f355
created: 1.1 created: 1.2
url: nordcast.app url: nordcast.app
categories: categories:
- Brand Icons - Brand Icons
@ -7717,7 +7717,7 @@ icons:
- name: Plume - name: Plume
id: plume id: plume
unicode: f356 unicode: f356
created: 1.1 created: 1.2
url: joinplu.me url: joinplu.me
categories: categories:
- Brand Icons - Brand Icons
@ -7725,7 +7725,7 @@ icons:
- name: PostgreSQL - name: PostgreSQL
id: postgresql id: postgresql
unicode: f357 unicode: f357
created: 1.1 created: 1.2
url: postgresql.org url: postgresql.org
categories: categories:
- Brand Icons - Brand Icons
@ -7733,7 +7733,7 @@ icons:
- name: Sass Alternative - name: Sass Alternative
id: sass-alt id: sass-alt
unicode: f359 unicode: f359
created: 1.1 created: 1.2
url: sass-lang.com url: sass-lang.com
categories: categories:
- Brand Icons - Brand Icons
@ -7741,7 +7741,7 @@ icons:
- name: Sass - name: Sass
id: sass id: sass
unicode: f358 unicode: f358
created: 1.1 created: 1.2
url: sass-lang.com url: sass-lang.com
categories: categories:
- Brand Icons - Brand Icons
@ -7749,7 +7749,7 @@ icons:
- name: Skate - name: Skate
id: skate id: skate
unicode: f35a unicode: f35a
created: 1.1 created: 1.2
filter: filter:
- vehicle - vehicle
categories: categories:
@ -7759,7 +7759,7 @@ icons:
- name: Sketchfab - name: Sketchfab
id: sketchfab id: sketchfab
unicode: f35b unicode: f35b
created: 1.1 created: 1.2
url: sketchfab.com url: sketchfab.com
categories: categories:
- Brand Icons - Brand Icons
@ -7767,7 +7767,7 @@ icons:
- name: TeX - name: TeX
id: tex id: tex
unicode: f35c unicode: f35c
created: 1.1 created: 1.2
url: tug.org url: tug.org
categories: categories:
- Brand Icons - Brand Icons
@ -7776,7 +7776,7 @@ icons:
- name: Textpattern - name: Textpattern
id: textpattern id: textpattern
unicode: f35d unicode: f35d
created: 1.1 created: 1.2
url: textpattern.com url: textpattern.com
categories: categories:
- Brand Icons - Brand Icons
@ -7784,7 +7784,7 @@ icons:
- name: Unity - name: Unity
id: unity id: unity
unicode: f35e unicode: f35e
created: 1.1 created: 1.2
url: unity.com url: unity.com
categories: categories:
- Brand Icons - Brand Icons