mirror of
https://github.com/ForkAwesome/Fork-Awesome.git
synced 2024-12-26 21:41:31 +08:00
Generate CSS, LESS and SASS based on this new icon
This commit is contained in:
parent
a4798819e9
commit
e6afa0d5e9
@ -1,7 +1,7 @@
|
|||||||
# Fork Awesome
|
# Fork Awesome
|
||||||
### A fork of the iconic font and CSS toolkit
|
### 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.
|
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.
|
||||||
|
|
||||||
|
@ -2349,6 +2349,12 @@
|
|||||||
.fa-artstation:before {
|
.fa-artstation:before {
|
||||||
content: "\f2ed";
|
content: "\f2ed";
|
||||||
}
|
}
|
||||||
|
.fa-discord:before {
|
||||||
|
content: "\f2ee";
|
||||||
|
}
|
||||||
|
.fa-discord-alt:before {
|
||||||
|
content: "\f2ef";
|
||||||
|
}
|
||||||
.sr-only {
|
.sr-only {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 1px;
|
width: 1px;
|
||||||
|
2
css/fork-awesome.min.css
vendored
2
css/fork-awesome.min.css
vendored
File diff suppressed because one or more lines are too long
@ -800,3 +800,5 @@
|
|||||||
.@{fa-css-prefix}-hubzilla:before { content: @fa-var-hubzilla; }
|
.@{fa-css-prefix}-hubzilla:before { content: @fa-var-hubzilla; }
|
||||||
.@{fa-css-prefix}-social-home:before { content: @fa-var-social-home; }
|
.@{fa-css-prefix}-social-home:before { content: @fa-var-social-home; }
|
||||||
.@{fa-css-prefix}-artstation:before { content: @fa-var-artstation; }
|
.@{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; }
|
||||||
|
@ -221,6 +221,8 @@
|
|||||||
@fa-var-diamond: "\f219";
|
@fa-var-diamond: "\f219";
|
||||||
@fa-var-diaspora: "\f2e5";
|
@fa-var-diaspora: "\f2e5";
|
||||||
@fa-var-digg: "\f1a6";
|
@fa-var-digg: "\f1a6";
|
||||||
|
@fa-var-discord: "\f2ee";
|
||||||
|
@fa-var-discord-alt: "\f2ef";
|
||||||
@fa-var-dollar: "\f155";
|
@fa-var-dollar: "\f155";
|
||||||
@fa-var-dot-circle-o: "\f192";
|
@fa-var-dot-circle-o: "\f192";
|
||||||
@fa-var-download: "\f019";
|
@fa-var-download: "\f019";
|
||||||
|
@ -800,3 +800,5 @@
|
|||||||
.#{$fa-css-prefix}-hubzilla:before { content: $fa-var-hubzilla; }
|
.#{$fa-css-prefix}-hubzilla:before { content: $fa-var-hubzilla; }
|
||||||
.#{$fa-css-prefix}-social-home:before { content: $fa-var-social-home; }
|
.#{$fa-css-prefix}-social-home:before { content: $fa-var-social-home; }
|
||||||
.#{$fa-css-prefix}-artstation:before { content: $fa-var-artstation; }
|
.#{$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; }
|
||||||
|
@ -222,6 +222,8 @@ $fa-var-deviantart: "\f1bd";
|
|||||||
$fa-var-diamond: "\f219";
|
$fa-var-diamond: "\f219";
|
||||||
$fa-var-diaspora: "\f2e5";
|
$fa-var-diaspora: "\f2e5";
|
||||||
$fa-var-digg: "\f1a6";
|
$fa-var-digg: "\f1a6";
|
||||||
|
$fa-var-discord: "\f2ee";
|
||||||
|
$fa-var-discord-alt: "\f2ef";
|
||||||
$fa-var-dollar: "\f155";
|
$fa-var-dollar: "\f155";
|
||||||
$fa-var-dot-circle-o: "\f192";
|
$fa-var-dot-circle-o: "\f192";
|
||||||
$fa-var-download: "\f019";
|
$fa-var-download: "\f019";
|
||||||
|
Loading…
Reference in New Issue
Block a user