소스 검색

Snowdrift CSS...

Julien Deswaef 7 년 전
부모
커밋
65f850458e
7개의 변경된 파일8개의 추가작업 그리고 1개의 파일을 삭제
  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;

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 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";

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.