浏览代码

Adding percent. #1292

Dave Gandy 9 年之前
父节点
当前提交
9ce89dc891
共有 10 个文件被更改,包括 17 次插入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. 9 0
      src/icons.yml

+ 1 - 1
README.md

@@ -1,7 +1,7 @@
 #[Font Awesome v4.5.0](http://fontawesome.io)
 #[Font Awesome v4.5.0](http://fontawesome.io)
 ###The iconic font and CSS framework
 ###The iconic font and CSS framework
 
 
-Font Awesome is a full suite of 604 pictographic icons for easy scalable vector graphics on websites,
+Font Awesome is a full suite of 605 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

@@ -2080,3 +2080,6 @@
 .fa-bluetooth-b:before {
 .fa-bluetooth-b:before {
   content: "\f294";
   content: "\f294";
 }
 }
+.fa-percent:before {
+  content: "\f295";
+}

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


二进制
fonts/FontAwesome.otf


+ 1 - 0
less/icons.less

@@ -694,3 +694,4 @@
 .@{fa-css-prefix}-hashtag:before { content: @fa-var-hashtag; }
 .@{fa-css-prefix}-hashtag:before { content: @fa-var-hashtag; }
 .@{fa-css-prefix}-bluetooth:before { content: @fa-var-bluetooth; }
 .@{fa-css-prefix}-bluetooth:before { content: @fa-var-bluetooth; }
 .@{fa-css-prefix}-bluetooth-b:before { content: @fa-var-bluetooth-b; }
 .@{fa-css-prefix}-bluetooth-b:before { content: @fa-var-bluetooth-b; }
+.@{fa-css-prefix}-percent:before { content: @fa-var-percent; }

+ 1 - 0
less/variables.less

@@ -462,6 +462,7 @@
 @fa-var-pencil: "\f040";
 @fa-var-pencil: "\f040";
 @fa-var-pencil-square: "\f14b";
 @fa-var-pencil-square: "\f14b";
 @fa-var-pencil-square-o: "\f044";
 @fa-var-pencil-square-o: "\f044";
+@fa-var-percent: "\f295";
 @fa-var-phone: "\f095";
 @fa-var-phone: "\f095";
 @fa-var-phone-square: "\f098";
 @fa-var-phone-square: "\f098";
 @fa-var-photo: "\f03e";
 @fa-var-photo: "\f03e";

+ 1 - 0
scss/_icons.scss

@@ -694,3 +694,4 @@
 .#{$fa-css-prefix}-hashtag:before { content: $fa-var-hashtag; }
 .#{$fa-css-prefix}-hashtag:before { content: $fa-var-hashtag; }
 .#{$fa-css-prefix}-bluetooth:before { content: $fa-var-bluetooth; }
 .#{$fa-css-prefix}-bluetooth:before { content: $fa-var-bluetooth; }
 .#{$fa-css-prefix}-bluetooth-b:before { content: $fa-var-bluetooth-b; }
 .#{$fa-css-prefix}-bluetooth-b:before { content: $fa-var-bluetooth-b; }
+.#{$fa-css-prefix}-percent:before { content: $fa-var-percent; }

+ 1 - 0
scss/_variables.scss

@@ -462,6 +462,7 @@ $fa-var-paypal: "\f1ed";
 $fa-var-pencil: "\f040";
 $fa-var-pencil: "\f040";
 $fa-var-pencil-square: "\f14b";
 $fa-var-pencil-square: "\f14b";
 $fa-var-pencil-square-o: "\f044";
 $fa-var-pencil-square-o: "\f044";
+$fa-var-percent: "\f295";
 $fa-var-phone: "\f095";
 $fa-var-phone: "\f095";
 $fa-var-phone-square: "\f098";
 $fa-var-phone-square: "\f098";
 $fa-var-photo: "\f03e";
 $fa-var-photo: "\f03e";

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


+ 9 - 0
src/icons.yml

@@ -5793,6 +5793,7 @@ icons:
     created:    4.5
     created:    4.5
     categories:
     categories:
       - Web Application Icons
       - Web Application Icons
+      - Brand Icons
 
 
   - name:       Bluetooth
   - name:       Bluetooth
     id:         bluetooth-b
     id:         bluetooth-b
@@ -5800,3 +5801,11 @@ icons:
     created:    4.5
     created:    4.5
     categories:
     categories:
       - Web Application Icons
       - Web Application Icons
+      - Brand Icons
+
+  - name:       Percent
+    id:         percent
+    unicode:    f295
+    created:    4.5
+    categories:
+      - Web Application Icons

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