ソースを参照

Adding percent. #1292

Dave Gandy 9 年 前
コミット
9ce89dc891

+ 1 - 1
README.md

@@ -1,7 +1,7 @@
 #[Font Awesome v4.5.0](http://fontawesome.io)
 ###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).
 Stay up to date with the latest release and announcements on Twitter:
 [@fontawesome](http://twitter.com/fontawesome).

+ 3 - 0
css/font-awesome.css

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

ファイルの差分が大きいため隠しています
+ 0 - 0
css/font-awesome.min.css


BIN
fonts/FontAwesome.otf


+ 1 - 0
less/icons.less

@@ -694,3 +694,4 @@
 .@{fa-css-prefix}-hashtag:before { content: @fa-var-hashtag; }
 .@{fa-css-prefix}-bluetooth:before { content: @fa-var-bluetooth; }
 .@{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-square: "\f14b";
 @fa-var-pencil-square-o: "\f044";
+@fa-var-percent: "\f295";
 @fa-var-phone: "\f095";
 @fa-var-phone-square: "\f098";
 @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}-bluetooth:before { content: $fa-var-bluetooth; }
 .#{$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-square: "\f14b";
 $fa-var-pencil-square-o: "\f044";
+$fa-var-percent: "\f295";
 $fa-var-phone: "\f095";
 $fa-var-phone-square: "\f098";
 $fa-var-photo: "\f03e";

BIN
src/assets/font-awesome/fonts/FontAwesome.otf


+ 9 - 0
src/icons.yml

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

この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません