浏览代码

adding closed captions icon #968

Dave Gandy 11 年之前
父节点
当前提交
68f8f92e33
共有 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.2.0](http://fontawesome.io)
 ###The iconic font and CSS framework
 
-Font Awesome is a full suite of 476 pictographic icons for easy scalable vector graphics on websites,
+Font Awesome is a full suite of 477 pictographic icons for easy scalable vector graphics on websites,
 created and maintained by [Dave Gandy](http://twitter.com/davegandy).
 Stay up to date [@fontawesome](http://twitter.com/fontawesome).
 

+ 3 - 0
css/font-awesome.css

@@ -1658,3 +1658,6 @@
 .fa-angellist:before {
   content: "\f209";
 }
+.fa-cc:before {
+  content: "\f20a";
+}

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


二进制
fonts/FontAwesome.otf


+ 1 - 0
less/icons.less

@@ -545,3 +545,4 @@
 .@{fa-css-prefix}-bus:before { content: @fa-var-bus; }
 .@{fa-css-prefix}-ioxhost:before { content: @fa-var-ioxhost; }
 .@{fa-css-prefix}-angellist:before { content: @fa-var-angellist; }
+.@{fa-css-prefix}-cc:before { content: @fa-var-cc; }

+ 1 - 0
less/variables.less

@@ -98,6 +98,7 @@
 @fa-var-caret-square-o-right: "\f152";
 @fa-var-caret-square-o-up: "\f151";
 @fa-var-caret-up: "\f0d8";
+@fa-var-cc: "\f20a";
 @fa-var-cc-amex: "\f1f3";
 @fa-var-cc-discover: "\f1f2";
 @fa-var-cc-mastercard: "\f1f1";

+ 1 - 0
scss/_icons.scss

@@ -545,3 +545,4 @@
 .#{$fa-css-prefix}-bus:before { content: $fa-var-bus; }
 .#{$fa-css-prefix}-ioxhost:before { content: $fa-var-ioxhost; }
 .#{$fa-css-prefix}-angellist:before { content: $fa-var-angellist; }
+.#{$fa-css-prefix}-cc:before { content: $fa-var-cc; }

+ 1 - 0
scss/_variables.scss

@@ -98,6 +98,7 @@ $fa-var-caret-square-o-left: "\f191";
 $fa-var-caret-square-o-right: "\f152";
 $fa-var-caret-square-o-up: "\f151";
 $fa-var-caret-up: "\f0d8";
+$fa-var-cc: "\f20a";
 $fa-var-cc-amex: "\f1f3";
 $fa-var-cc-discover: "\f1f2";
 $fa-var-cc-mastercard: "\f1f1";

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


+ 7 - 0
src/icons.yml

@@ -3547,3 +3547,10 @@ icons:
     created:    4.2
     categories:
       - Brand Icons
+
+  - name:       Closed Captions
+    id:         cc
+    unicode:    f20a
+    created:    4.2
+    categories:
+      - Web Application Icons

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