浏览代码

adding copyright symbol

Dave Gandy 11 年之前
父节点
当前提交
81495a9e95
共有 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 460 pictographic icons for easy scalable vector graphics on websites,
+Font Awesome is a full suite of 461 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

@@ -1609,3 +1609,6 @@
 .fa-trash:before {
   content: "\f1f8";
 }
+.fa-copyright:before {
+  content: "\f1f9";
+}

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


二进制
fonts/FontAwesome.otf


+ 1 - 0
less/icons.less

@@ -528,3 +528,4 @@
 .@{fa-css-prefix}-bell-slash:before { content: @fa-var-bell-slash; }
 .@{fa-css-prefix}-bell-slash-o:before { content: @fa-var-bell-slash-o; }
 .@{fa-css-prefix}-trash:before { content: @fa-var-trash; }
+.@{fa-css-prefix}-copyright:before { content: @fa-var-copyright; }

+ 1 - 0
less/variables.less

@@ -139,6 +139,7 @@
 @fa-var-compass: "\f14e";
 @fa-var-compress: "\f066";
 @fa-var-copy: "\f0c5";
+@fa-var-copyright: "\f1f9";
 @fa-var-credit-card: "\f09d";
 @fa-var-crop: "\f125";
 @fa-var-crosshairs: "\f05b";

+ 1 - 0
scss/_icons.scss

@@ -528,3 +528,4 @@
 .#{$fa-css-prefix}-bell-slash:before { content: $fa-var-bell-slash; }
 .#{$fa-css-prefix}-bell-slash-o:before { content: $fa-var-bell-slash-o; }
 .#{$fa-css-prefix}-trash:before { content: $fa-var-trash; }
+.#{$fa-css-prefix}-copyright:before { content: $fa-var-copyright; }

+ 1 - 0
scss/_variables.scss

@@ -139,6 +139,7 @@ $fa-var-comments-o: "\f0e6";
 $fa-var-compass: "\f14e";
 $fa-var-compress: "\f066";
 $fa-var-copy: "\f0c5";
+$fa-var-copyright: "\f1f9";
 $fa-var-credit-card: "\f09d";
 $fa-var-crop: "\f125";
 $fa-var-crosshairs: "\f05b";

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


+ 7 - 0
src/icons.yml

@@ -3427,3 +3427,10 @@ icons:
     created:    4.2
     categories:
       - Web Application Icons
+
+  - name:       Copyright
+    id:         copyright
+    unicode:    f1f9
+    created:    4.2
+    categories:
+      - Web Application Icons

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