浏览代码

Adding Codie Pie #7098

Dave Gandy 9 年之前
父节点
当前提交
4fec45934f
共有 10 个文件被更改,包括 16 次插入1 次删除
  1. 1 1
      README.md
  2. 3 0
      css/font-awesome.css
  3. 0 0
      css/font-awesome.min.css
  4. 二进制
      fonts/FontAwesome.otf
  5. 1 0
      less/icons.less
  6. 1 0
      less/variables.less
  7. 1 0
      scss/_icons.scss
  8. 1 0
      scss/_variables.scss
  9. 二进制
      src/assets/font-awesome/fonts/FontAwesome.otf
  10. 8 0
      src/icons.yml

+ 1 - 1
README.md

@@ -1,7 +1,7 @@
 #[Font Awesome v4.4.1](http://fontawesome.io)
 #[Font Awesome v4.4.1](http://fontawesome.io)
 ###The iconic font and CSS framework
 ###The iconic font and CSS framework
 
 
-Font Awesome is a full suite of 588 pictographic icons for easy scalable vector graphics on websites,
+Font Awesome is a full suite of 589 pictographic icons for easy scalable vector graphics on websites,
 created and maintained by [Dave Gandy](http://twitter.com/davegandy).
 created and maintained by [Dave Gandy](http://twitter.com/davegandy).
 Stay up to date with the latest release and announcements on Twitter:
 Stay up to date with the latest release and announcements on Twitter:
 [@fontawesome](http://twitter.com/fontawesome).
 [@fontawesome](http://twitter.com/fontawesome).

+ 3 - 0
css/font-awesome.css

@@ -2032,3 +2032,6 @@
 .fa-credit-card-alt:before {
 .fa-credit-card-alt:before {
   content: "\f283";
   content: "\f283";
 }
 }
+.fa-codiepie:before {
+  content: "\f284";
+}

文件差异内容过多而无法显示
+ 0 - 0
css/font-awesome.min.css


二进制
fonts/FontAwesome.otf


+ 1 - 0
less/icons.less

@@ -678,3 +678,4 @@
 .@{fa-css-prefix}-reddit-alien:before { content: @fa-var-reddit-alien; }
 .@{fa-css-prefix}-reddit-alien:before { content: @fa-var-reddit-alien; }
 .@{fa-css-prefix}-edge:before { content: @fa-var-edge; }
 .@{fa-css-prefix}-edge:before { content: @fa-var-edge; }
 .@{fa-css-prefix}-credit-card-alt:before { content: @fa-var-credit-card-alt; }
 .@{fa-css-prefix}-credit-card-alt:before { content: @fa-var-credit-card-alt; }
+.@{fa-css-prefix}-codiepie:before { content: @fa-var-codiepie; }

+ 1 - 0
less/variables.less

@@ -164,6 +164,7 @@
 @fa-var-code: "\f121";
 @fa-var-code: "\f121";
 @fa-var-code-fork: "\f126";
 @fa-var-code-fork: "\f126";
 @fa-var-codepen: "\f1cb";
 @fa-var-codepen: "\f1cb";
+@fa-var-codiepie: "\f284";
 @fa-var-coffee: "\f0f4";
 @fa-var-coffee: "\f0f4";
 @fa-var-cog: "\f013";
 @fa-var-cog: "\f013";
 @fa-var-cogs: "\f085";
 @fa-var-cogs: "\f085";

+ 1 - 0
scss/_icons.scss

@@ -678,3 +678,4 @@
 .#{$fa-css-prefix}-reddit-alien:before { content: $fa-var-reddit-alien; }
 .#{$fa-css-prefix}-reddit-alien:before { content: $fa-var-reddit-alien; }
 .#{$fa-css-prefix}-edge:before { content: $fa-var-edge; }
 .#{$fa-css-prefix}-edge:before { content: $fa-var-edge; }
 .#{$fa-css-prefix}-credit-card-alt:before { content: $fa-var-credit-card-alt; }
 .#{$fa-css-prefix}-credit-card-alt:before { content: $fa-var-credit-card-alt; }
+.#{$fa-css-prefix}-codiepie:before { content: $fa-var-codiepie; }

+ 1 - 0
scss/_variables.scss

@@ -164,6 +164,7 @@ $fa-var-cny: "\f157";
 $fa-var-code: "\f121";
 $fa-var-code: "\f121";
 $fa-var-code-fork: "\f126";
 $fa-var-code-fork: "\f126";
 $fa-var-codepen: "\f1cb";
 $fa-var-codepen: "\f1cb";
+$fa-var-codiepie: "\f284";
 $fa-var-coffee: "\f0f4";
 $fa-var-coffee: "\f0f4";
 $fa-var-cog: "\f013";
 $fa-var-cog: "\f013";
 $fa-var-cogs: "\f085";
 $fa-var-cogs: "\f085";

二进制
src/assets/font-awesome/fonts/FontAwesome.otf


+ 8 - 0
src/icons.yml

@@ -5686,3 +5686,11 @@ icons:
     categories:
     categories:
       - Brand Icons
       - Brand Icons
       - Payment Icons
       - Payment Icons
+
+  - name:       Codie Pie
+    id:         codiepie
+    unicode:    f284
+    created:    4.4
+    url:        codiepie.com
+    categories:
+      - Brand Icons

部分文件因为文件数量过多而无法显示