Browse Source

Generate CSS, LESS and SASS based on this new icon

Julien Deswaef 7 năm trước cách đây
mục cha
commit
e6afa0d5e9
7 tập tin đã thay đổi với 15 bổ sung1 xóa
  1. 1 1
      README.md
  2. 6 0
      css/fork-awesome.css
  3. 0 0
      css/fork-awesome.min.css
  4. 2 0
      less/icons.less
  5. 2 0
      less/variables.less
  6. 2 0
      scss/_icons.scss
  7. 2 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 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.
 

+ 6 - 0
css/fork-awesome.css

@@ -2349,6 +2349,12 @@
 .fa-artstation:before {
   content: "\f2ed";
 }
+.fa-discord:before {
+  content: "\f2ee";
+}
+.fa-discord-alt:before {
+  content: "\f2ef";
+}
 .sr-only {
   position: absolute;
   width: 1px;

Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 0 - 0
css/fork-awesome.min.css


+ 2 - 0
less/icons.less

@@ -800,3 +800,5 @@
 .@{fa-css-prefix}-hubzilla:before { content: @fa-var-hubzilla; }
 .@{fa-css-prefix}-social-home:before { content: @fa-var-social-home; }
 .@{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; }

+ 2 - 0
less/variables.less

@@ -221,6 +221,8 @@
 @fa-var-diamond: "\f219";
 @fa-var-diaspora: "\f2e5";
 @fa-var-digg: "\f1a6";
+@fa-var-discord: "\f2ee";
+@fa-var-discord-alt: "\f2ef";
 @fa-var-dollar: "\f155";
 @fa-var-dot-circle-o: "\f192";
 @fa-var-download: "\f019";

+ 2 - 0
scss/_icons.scss

@@ -800,3 +800,5 @@
 .#{$fa-css-prefix}-hubzilla:before { content: $fa-var-hubzilla; }
 .#{$fa-css-prefix}-social-home:before { content: $fa-var-social-home; }
 .#{$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; }

+ 2 - 0
scss/_variables.scss

@@ -222,6 +222,8 @@ $fa-var-deviantart: "\f1bd";
 $fa-var-diamond: "\f219";
 $fa-var-diaspora: "\f2e5";
 $fa-var-digg: "\f1a6";
+$fa-var-discord: "\f2ee";
+$fa-var-discord-alt: "\f2ef";
 $fa-var-dollar: "\f155";
 $fa-var-dot-circle-o: "\f192";
 $fa-var-download: "\f019";

Một số tệp đã không được hiển thị bởi vì quá nhiều tập tin thay đổi trong này khác