Dave Gandy преди 9 години
родител
ревизия
9492519415
променени са 10 файла, в които са добавени 16 реда и са изтрити 1 реда
  1. 1 1
      README.md
  2. 3 0
      css/font-awesome.css
  3. 0 0
      css/font-awesome.min.css
  4. BIN
      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. BIN
      src/assets/font-awesome/fonts/FontAwesome.otf
  10. 8 0
      src/icons.yml

+ 1 - 1
README.md

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

@@ -2107,6 +2107,9 @@
 .fa-blind:before {
   content: "\f29d";
 }
+.fa-audio-description:before {
+  content: "\f29d";
+}
 .sr-only {
   position: absolute;
   width: 1px;

Файловите разлики са ограничени, защото са твърде много
+ 0 - 0
css/font-awesome.min.css


BIN
fonts/FontAwesome.otf


+ 1 - 0
less/icons.less

@@ -703,3 +703,4 @@
 .@{fa-css-prefix}-wheelchair-alt:before { content: @fa-var-wheelchair-alt; }
 .@{fa-css-prefix}-question-circle-o:before { content: @fa-var-question-circle-o; }
 .@{fa-css-prefix}-blind:before { content: @fa-var-blind; }
+.@{fa-css-prefix}-audio-description:before { content: @fa-var-audio-description; }

+ 1 - 0
less/variables.less

@@ -52,6 +52,7 @@
 @fa-var-arrows-v: "\f07d";
 @fa-var-asterisk: "\f069";
 @fa-var-at: "\f1fa";
+@fa-var-audio-description: "\f29d";
 @fa-var-automobile: "\f1b9";
 @fa-var-backward: "\f04a";
 @fa-var-balance-scale: "\f24e";

+ 1 - 0
scss/_icons.scss

@@ -703,3 +703,4 @@
 .#{$fa-css-prefix}-wheelchair-alt:before { content: $fa-var-wheelchair-alt; }
 .#{$fa-css-prefix}-question-circle-o:before { content: $fa-var-question-circle-o; }
 .#{$fa-css-prefix}-blind:before { content: $fa-var-blind; }
+.#{$fa-css-prefix}-audio-description:before { content: $fa-var-audio-description; }

+ 1 - 0
scss/_variables.scss

@@ -52,6 +52,7 @@ $fa-var-arrows-h: "\f07e";
 $fa-var-arrows-v: "\f07d";
 $fa-var-asterisk: "\f069";
 $fa-var-at: "\f1fa";
+$fa-var-audio-description: "\f29d";
 $fa-var-automobile: "\f1b9";
 $fa-var-backward: "\f04a";
 $fa-var-balance-scale: "\f24e";

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


+ 8 - 0
src/icons.yml

@@ -5920,3 +5920,11 @@ icons:
     categories:
       - Web Application Icons
       - Accessibility Icons
+
+  - name:       Audio Description
+    id:         audio-description
+    unicode:    f29d
+    created:    4.6
+    categories:
+      - Web Application Icons
+      - Accessibility Icons

Някои файлове не бяха показани, защото твърде много файлове са промени