Generate CSS, LESS and SASS based on this new icon

This commit is contained in:
Julien Deswaef 2018-02-21 13:37:00 -05:00
parent a4798819e9
commit e6afa0d5e9
7 changed files with 16 additions and 2 deletions

View file

@ -1,7 +1,7 @@
# Fork Awesome
### A fork of the iconic font and CSS toolkit
Fork Awesome is a full suite of 685 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 687 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 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.

View file

@ -2349,6 +2349,12 @@
.fa-artstation:before {
content: "\f2ed";
}
.fa-discord:before {
content: "\f2ee";
}
.fa-discord-alt:before {
content: "\f2ef";
}
.sr-only {
position: absolute;
width: 1px;

File diff suppressed because one or more lines are too long

View file

@ -800,3 +800,5 @@
.@{fa-css-prefix}-hubzilla:before { content: @fa-var-hubzilla; }
.@{fa-css-prefix}-social-home:before { content: @fa-var-social-home; }
.@{fa-css-prefix}-artstation:before { content: @fa-var-artstation; }
.@{fa-css-prefix}-discord:before { content: @fa-var-discord; }
.@{fa-css-prefix}-discord-alt:before { content: @fa-var-discord-alt; }

View file

@ -221,6 +221,8 @@
@fa-var-diamond: "\f219";
@fa-var-diaspora: "\f2e5";
@fa-var-digg: "\f1a6";
@fa-var-discord: "\f2ee";
@fa-var-discord-alt: "\f2ef";
@fa-var-dollar: "\f155";
@fa-var-dot-circle-o: "\f192";
@fa-var-download: "\f019";

View file

@ -800,3 +800,5 @@
.#{$fa-css-prefix}-hubzilla:before { content: $fa-var-hubzilla; }
.#{$fa-css-prefix}-social-home:before { content: $fa-var-social-home; }
.#{$fa-css-prefix}-artstation:before { content: $fa-var-artstation; }
.#{$fa-css-prefix}-discord:before { content: $fa-var-discord; }
.#{$fa-css-prefix}-discord-alt:before { content: $fa-var-discord-alt; }

View file

@ -222,6 +222,8 @@ $fa-var-deviantart: "\f1bd";
$fa-var-diamond: "\f219";
$fa-var-diaspora: "\f2e5";
$fa-var-digg: "\f1a6";
$fa-var-discord: "\f2ee";
$fa-var-discord-alt: "\f2ef";
$fa-var-dollar: "\f155";
$fa-var-dot-circle-o: "\f192";
$fa-var-download: "\f019";