Ver Fonte

Snowdrift CSS...

Julien Deswaef há 7 anos atrás
pai
commit
65f850458e
7 ficheiros alterados com 8 adições e 1 exclusões
  1. 1 1
      README.md
  2. 3 0
      css/fork-awesome.css
  3. 0 0
      css/fork-awesome.min.css
  4. 1 0
      less/icons.less
  5. 1 0
      less/variables.less
  6. 1 0
      scss/_icons.scss
  7. 1 0
      scss/_variables.scss

+ 1 - 1
README.md

@@ -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 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.
+Fork Awesome is a full suite of 689 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.
 
 

+ 3 - 0
css/fork-awesome.css

@@ -2358,6 +2358,9 @@
 .fa-patreon:before {
 .fa-patreon:before {
   content: "\f2f0";
   content: "\f2f0";
 }
 }
+.fa-snowdrift:before {
+  content: "\f2f1";
+}
 .sr-only {
 .sr-only {
   position: absolute;
   position: absolute;
   width: 1px;
   width: 1px;

Diff do ficheiro suprimidas por serem muito extensas
+ 0 - 0
css/fork-awesome.min.css


+ 1 - 0
less/icons.less

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

+ 1 - 0
less/variables.less

@@ -624,6 +624,7 @@
 @fa-var-snapchat: "\f2ab";
 @fa-var-snapchat: "\f2ab";
 @fa-var-snapchat-ghost: "\f2ac";
 @fa-var-snapchat-ghost: "\f2ac";
 @fa-var-snapchat-square: "\f2ad";
 @fa-var-snapchat-square: "\f2ad";
+@fa-var-snowdrift: "\f2f1";
 @fa-var-snowflake-o: "\f2dc";
 @fa-var-snowflake-o: "\f2dc";
 @fa-var-soccer-ball-o: "\f1e3";
 @fa-var-soccer-ball-o: "\f1e3";
 @fa-var-social-home: "\f2ec";
 @fa-var-social-home: "\f2ec";

+ 1 - 0
scss/_icons.scss

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

+ 1 - 0
scss/_variables.scss

@@ -625,6 +625,7 @@ $fa-var-smile-o: "\f118";
 $fa-var-snapchat: "\f2ab";
 $fa-var-snapchat: "\f2ab";
 $fa-var-snapchat-ghost: "\f2ac";
 $fa-var-snapchat-ghost: "\f2ac";
 $fa-var-snapchat-square: "\f2ad";
 $fa-var-snapchat-square: "\f2ad";
+$fa-var-snowdrift: "\f2f1";
 $fa-var-snowflake-o: "\f2dc";
 $fa-var-snowflake-o: "\f2dc";
 $fa-var-soccer-ball-o: "\f1e3";
 $fa-var-soccer-ball-o: "\f1e3";
 $fa-var-social-home: "\f2ec";
 $fa-var-social-home: "\f2ec";

Alguns ficheiros não foram mostrados porque muitos ficheiros mudaram neste diff