Explorar o código

Snowdrift CSS...

Julien Deswaef %!s(int64=7) %!d(string=hai) anos
pai
achega
65f850458e
Modificáronse 7 ficheiros con 8 adicións e 1 borrados
  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
 ### 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.
 

+ 3 - 0
css/fork-awesome.css

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

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 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-alt:before { content: @fa-var-discord-alt; }
 .@{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-ghost: "\f2ac";
 @fa-var-snapchat-square: "\f2ad";
+@fa-var-snowdrift: "\f2f1";
 @fa-var-snowflake-o: "\f2dc";
 @fa-var-soccer-ball-o: "\f1e3";
 @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-alt:before { content: $fa-var-discord-alt; }
 .#{$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-ghost: "\f2ac";
 $fa-var-snapchat-square: "\f2ad";
+$fa-var-snowdrift: "\f2f1";
 $fa-var-snowflake-o: "\f2dc";
 $fa-var-soccer-ball-o: "\f1e3";
 $fa-var-social-home: "\f2ec";

Algúns arquivos non se mostraron porque demasiados arquivos cambiaron neste cambio