瀏覽代碼

Adding podcast #2125

Dave Gandy 8 年之前
父節點
當前提交
5259fd4d98
共有 10 個文件被更改,包括 15 次插入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. 7 0
      src/icons.yml

+ 1 - 1
README.md

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

+ 3 - 0
css/font-awesome.css

@@ -2261,6 +2261,9 @@
 .fa-bath:before {
   content: "\f2cd";
 }
+.fa-podcast:before {
+  content: "\f2ce";
+}
 .sr-only {
   position: absolute;
   width: 1px;

文件差異過大導致無法顯示
+ 0 - 0
css/font-awesome.min.css


二進制
fonts/FontAwesome.otf


+ 1 - 0
less/icons.less

@@ -767,3 +767,4 @@
 .@{fa-css-prefix}-shower:before { content: @fa-var-shower; }
 .@{fa-css-prefix}-bathtub:before,
 .@{fa-css-prefix}-bath:before { content: @fa-var-bath; }
+.@{fa-css-prefix}-podcast:before { content: @fa-var-podcast; }

+ 1 - 0
less/variables.less

@@ -519,6 +519,7 @@
 @fa-var-plus-circle: "\f055";
 @fa-var-plus-square: "\f0fe";
 @fa-var-plus-square-o: "\f196";
+@fa-var-podcast: "\f2ce";
 @fa-var-power-off: "\f011";
 @fa-var-print: "\f02f";
 @fa-var-product-hunt: "\f288";

+ 1 - 0
scss/_icons.scss

@@ -767,3 +767,4 @@
 .#{$fa-css-prefix}-shower:before { content: $fa-var-shower; }
 .#{$fa-css-prefix}-bathtub:before,
 .#{$fa-css-prefix}-bath:before { content: $fa-var-bath; }
+.#{$fa-css-prefix}-podcast:before { content: $fa-var-podcast; }

+ 1 - 0
scss/_variables.scss

@@ -519,6 +519,7 @@ $fa-var-plus: "\f067";
 $fa-var-plus-circle: "\f055";
 $fa-var-plus-square: "\f0fe";
 $fa-var-plus-square-o: "\f196";
+$fa-var-podcast: "\f2ce";
 $fa-var-power-off: "\f011";
 $fa-var-print: "\f02f";
 $fa-var-product-hunt: "\f288";

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


+ 7 - 0
src/icons.yml

@@ -6409,3 +6409,10 @@ icons:
       - bathtub
     categories:
       - Web Application Icons
+
+  - name:       Podcast
+    id:         podcast
+    unicode:    f2ce
+    created:    4.7
+    categories:
+      - Web Application Icons

部分文件因文件數量過多而無法顯示