Ver código fonte

Adding CSS, LESS, SASS

Julien Deswaef 7 anos atrás
pai
commit
d9e8a67386

+ 1 - 1
README.md

@@ -1,7 +1,7 @@
 # Fork Awesome
 ### 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.
 

+ 3 - 0
css/fork-awesome.css

@@ -2355,6 +2355,9 @@
 .fa-discord-alt:before {
   content: "\f2ef";
 }
+.fa-patreon:before {
+  content: "\f2f0";
+}
 .sr-only {
   position: absolute;
   width: 1px;

Diferenças do arquivo suprimidas por serem muito extensas
+ 0 - 0
css/fork-awesome.min.css


+ 1 - 0
less/icons.less

@@ -802,3 +802,4 @@
 .@{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; }
+.@{fa-css-prefix}-patreon:before { content: @fa-var-patreon; }

+ 1 - 0
less/variables.less

@@ -511,6 +511,7 @@
 @fa-var-paperclip: "\f0c6";
 @fa-var-paragraph: "\f1dd";
 @fa-var-paste: "\f0ea";
+@fa-var-patreon: "\f2f0";
 @fa-var-pause: "\f04c";
 @fa-var-pause-circle: "\f28b";
 @fa-var-pause-circle-o: "\f28c";

+ 1 - 0
scss/_icons.scss

@@ -802,3 +802,4 @@
 .#{$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; }
+.#{$fa-css-prefix}-patreon:before { content: $fa-var-patreon; }

+ 1 - 0
scss/_variables.scss

@@ -512,6 +512,7 @@ $fa-var-paper-plane-o: "\f1d9";
 $fa-var-paperclip: "\f0c6";
 $fa-var-paragraph: "\f1dd";
 $fa-var-paste: "\f0ea";
+$fa-var-patreon: "\f2f0";
 $fa-var-pause: "\f04c";
 $fa-var-pause-circle: "\f28b";
 $fa-var-pause-circle-o: "\f28c";

Alguns arquivos não foram mostrados porque muitos arquivos mudaram nesse diff