mirror of
https://github.com/ForkAwesome/Fork-Awesome.git
synced 2024-12-26 21:41:31 +08:00
Adding CSS, LESS, SASS
This commit is contained in:
parent
c3bda3dbcf
commit
d9e8a67386
@ -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 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.
|
Fork Awesome is a full suite of 688 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.
|
||||||
|
|
||||||
|
@ -2355,6 +2355,9 @@
|
|||||||
.fa-discord-alt:before {
|
.fa-discord-alt:before {
|
||||||
content: "\f2ef";
|
content: "\f2ef";
|
||||||
}
|
}
|
||||||
|
.fa-patreon:before {
|
||||||
|
content: "\f2f0";
|
||||||
|
}
|
||||||
.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
@ -802,3 +802,4 @@
|
|||||||
.@{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:before { content: @fa-var-discord; }
|
||||||
.@{fa-css-prefix}-discord-alt:before { content: @fa-var-discord-alt; }
|
.@{fa-css-prefix}-discord-alt:before { content: @fa-var-discord-alt; }
|
||||||
|
.@{fa-css-prefix}-patreon:before { content: @fa-var-patreon; }
|
||||||
|
@ -511,6 +511,7 @@
|
|||||||
@fa-var-paperclip: "\f0c6";
|
@fa-var-paperclip: "\f0c6";
|
||||||
@fa-var-paragraph: "\f1dd";
|
@fa-var-paragraph: "\f1dd";
|
||||||
@fa-var-paste: "\f0ea";
|
@fa-var-paste: "\f0ea";
|
||||||
|
@fa-var-patreon: "\f2f0";
|
||||||
@fa-var-pause: "\f04c";
|
@fa-var-pause: "\f04c";
|
||||||
@fa-var-pause-circle: "\f28b";
|
@fa-var-pause-circle: "\f28b";
|
||||||
@fa-var-pause-circle-o: "\f28c";
|
@fa-var-pause-circle-o: "\f28c";
|
||||||
|
@ -802,3 +802,4 @@
|
|||||||
.#{$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:before { content: $fa-var-discord; }
|
||||||
.#{$fa-css-prefix}-discord-alt:before { content: $fa-var-discord-alt; }
|
.#{$fa-css-prefix}-discord-alt:before { content: $fa-var-discord-alt; }
|
||||||
|
.#{$fa-css-prefix}-patreon:before { content: $fa-var-patreon; }
|
||||||
|
@ -512,6 +512,7 @@ $fa-var-paper-plane-o: "\f1d9";
|
|||||||
$fa-var-paperclip: "\f0c6";
|
$fa-var-paperclip: "\f0c6";
|
||||||
$fa-var-paragraph: "\f1dd";
|
$fa-var-paragraph: "\f1dd";
|
||||||
$fa-var-paste: "\f0ea";
|
$fa-var-paste: "\f0ea";
|
||||||
|
$fa-var-patreon: "\f2f0";
|
||||||
$fa-var-pause: "\f04c";
|
$fa-var-pause: "\f04c";
|
||||||
$fa-var-pause-circle: "\f28b";
|
$fa-var-pause-circle: "\f28b";
|
||||||
$fa-var-pause-circle-o: "\f28c";
|
$fa-var-pause-circle-o: "\f28c";
|
||||||
|
Loading…
Reference in New Issue
Block a user