Browse Source

Replace Gittip with Gratipay and alias the former

John Hope 10 years ago
parent
commit
3d6e76f9b8
7 changed files with 12 additions and 5 deletions
  1. 2 1
      css/font-awesome.css
  2. 0 0
      css/font-awesome.min.css
  3. 2 1
      less/icons.less
  4. 1 0
      less/variables.less
  5. 2 1
      scss/_icons.scss
  6. 1 0
      scss/_variables.scss
  7. 4 2
      src/icons.yml

+ 2 - 1
css/font-awesome.css

@@ -1259,7 +1259,8 @@
 .fa-male:before {
   content: "\f183";
 }
-.fa-gittip:before {
+.fa-gittip:before,
+.fa-gratipay:before {
   content: "\f184";
 }
 .fa-sun-o:before {

File diff suppressed because it is too large
+ 0 - 0
css/font-awesome.min.css


+ 2 - 1
less/icons.less

@@ -397,7 +397,8 @@
 .@{fa-css-prefix}-trello:before { content: @fa-var-trello; }
 .@{fa-css-prefix}-female:before { content: @fa-var-female; }
 .@{fa-css-prefix}-male:before { content: @fa-var-male; }
-.@{fa-css-prefix}-gittip:before { content: @fa-var-gittip; }
+.@{fa-css-prefix}-gittip:before,
+.@{fa-css-prefix}-gratipay:before { content: @fa-var-gratipay; }
 .@{fa-css-prefix}-sun-o:before { content: @fa-var-sun-o; }
 .@{fa-css-prefix}-moon-o:before { content: @fa-var-moon-o; }
 .@{fa-css-prefix}-archive:before { content: @fa-var-archive; }

+ 1 - 0
less/variables.less

@@ -256,6 +256,7 @@
 @fa-var-google-plus-square: "\f0d4";
 @fa-var-google-wallet: "\f1ee";
 @fa-var-graduation-cap: "\f19d";
+@fa-var-gratipay: "\f184";
 @fa-var-group: "\f0c0";
 @fa-var-h-square: "\f0fd";
 @fa-var-hacker-news: "\f1d4";

+ 2 - 1
scss/_icons.scss

@@ -397,7 +397,8 @@
 .#{$fa-css-prefix}-trello:before { content: $fa-var-trello; }
 .#{$fa-css-prefix}-female:before { content: $fa-var-female; }
 .#{$fa-css-prefix}-male:before { content: $fa-var-male; }
-.#{$fa-css-prefix}-gittip:before { content: $fa-var-gittip; }
+.#{$fa-css-prefix}-gittip:before,
+.#{$fa-css-prefix}-gratipay:before { content: $fa-var-gratipay; }
 .#{$fa-css-prefix}-sun-o:before { content: $fa-var-sun-o; }
 .#{$fa-css-prefix}-moon-o:before { content: $fa-var-moon-o; }
 .#{$fa-css-prefix}-archive:before { content: $fa-var-archive; }

+ 1 - 0
scss/_variables.scss

@@ -256,6 +256,7 @@ $fa-var-google-plus: "\f0d5";
 $fa-var-google-plus-square: "\f0d4";
 $fa-var-google-wallet: "\f1ee";
 $fa-var-graduation-cap: "\f19d";
+$fa-var-gratipay: "\f184";
 $fa-var-group: "\f0c0";
 $fa-var-h-square: "\f0fd";
 $fa-var-hacker-news: "\f1d4";

+ 4 - 2
src/icons.yml

@@ -2591,10 +2591,12 @@ icons:
     categories:
       - Web Application Icons
 
-  - name:       Gittip
-    id:         gittip
+  - name:       Gratipay (Gittip)
+    id:         gratipay
     unicode:    f184
     created:    3.2
+    aliases:
+      - gittip
     categories:
       - Brand Icons
 

Some files were not shown because too many files changed in this diff