浏览代码

Adding grav #8503

Dave Gandy 8 年之前
父节点
当前提交
60492fb21e
共有 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 665 pictographic icons for easy scalable vector graphics on websites,
+Font Awesome is a full suite of 666 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

@@ -2285,6 +2285,9 @@
 .fa-bandcamp:before {
   content: "\f2d5";
 }
+.fa-grav:before {
+  content: "\f2d6";
+}
 .sr-only {
   position: absolute;
   width: 1px;

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


二进制
fonts/FontAwesome.otf


+ 1 - 0
less/icons.less

@@ -777,3 +777,4 @@
 .@{fa-css-prefix}-times-rectangle-o:before,
 .@{fa-css-prefix}-window-close-o:before { content: @fa-var-window-close-o; }
 .@{fa-css-prefix}-bandcamp:before { content: @fa-var-bandcamp; }
+.@{fa-css-prefix}-grav:before { content: @fa-var-grav; }

+ 1 - 0
less/variables.less

@@ -339,6 +339,7 @@
 @fa-var-google-wallet: "\f1ee";
 @fa-var-graduation-cap: "\f19d";
 @fa-var-gratipay: "\f184";
+@fa-var-grav: "\f2d6";
 @fa-var-group: "\f0c0";
 @fa-var-h-square: "\f0fd";
 @fa-var-hacker-news: "\f1d4";

+ 1 - 0
scss/_icons.scss

@@ -777,3 +777,4 @@
 .#{$fa-css-prefix}-times-rectangle-o:before,
 .#{$fa-css-prefix}-window-close-o:before { content: $fa-var-window-close-o; }
 .#{$fa-css-prefix}-bandcamp:before { content: $fa-var-bandcamp; }
+.#{$fa-css-prefix}-grav:before { content: $fa-var-grav; }

+ 1 - 0
scss/_variables.scss

@@ -339,6 +339,7 @@ $fa-var-google-plus-square: "\f0d4";
 $fa-var-google-wallet: "\f1ee";
 $fa-var-graduation-cap: "\f19d";
 $fa-var-gratipay: "\f184";
+$fa-var-grav: "\f2d6";
 $fa-var-group: "\f0c0";
 $fa-var-h-square: "\f0fd";
 $fa-var-hacker-news: "\f1d4";

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


+ 7 - 0
src/icons.yml

@@ -6464,3 +6464,10 @@ icons:
     created:    4.7
     categories:
       - Brand Icons
+
+  - name:       Grav
+    id:         grav
+    unicode:    f2d6
+    created:    4.7
+    categories:
+      - Brand Icons

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