Explorar el Código

Adding assistive-listening-systems #5409

Dave Gandy hace 9 años
padre
commit
2f88f2e4dd

+ 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 616 pictographic icons for easy scalable vector graphics on websites,
+Font Awesome is a full suite of 617 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

@@ -2117,6 +2117,9 @@
 .fa-braille:before {
   content: "\f2a1";
 }
+.fa-assistive-listening-systems:before {
+  content: "\f2a2";
+}
 .sr-only {
   position: absolute;
   width: 1px;

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 0 - 0
css/font-awesome.min.css


BIN
fonts/FontAwesome.otf


+ 1 - 0
less/icons.less

@@ -707,3 +707,4 @@
 .@{fa-css-prefix}-audio-description:before { content: @fa-var-audio-description; }
 .@{fa-css-prefix}-volume-control-phone:before { content: @fa-var-volume-control-phone; }
 .@{fa-css-prefix}-braille:before { content: @fa-var-braille; }
+.@{fa-css-prefix}-assistive-listening-systems:before { content: @fa-var-assistive-listening-systems; }

+ 1 - 0
less/variables.less

@@ -50,6 +50,7 @@
 @fa-var-arrows-alt: "\f0b2";
 @fa-var-arrows-h: "\f07e";
 @fa-var-arrows-v: "\f07d";
+@fa-var-assistive-listening-systems: "\f2a2";
 @fa-var-asterisk: "\f069";
 @fa-var-at: "\f1fa";
 @fa-var-audio-description: "\f29e";

+ 1 - 0
scss/_icons.scss

@@ -707,3 +707,4 @@
 .#{$fa-css-prefix}-audio-description:before { content: $fa-var-audio-description; }
 .#{$fa-css-prefix}-volume-control-phone:before { content: $fa-var-volume-control-phone; }
 .#{$fa-css-prefix}-braille:before { content: $fa-var-braille; }
+.#{$fa-css-prefix}-assistive-listening-systems:before { content: $fa-var-assistive-listening-systems; }

+ 1 - 0
scss/_variables.scss

@@ -50,6 +50,7 @@ $fa-var-arrows: "\f047";
 $fa-var-arrows-alt: "\f0b2";
 $fa-var-arrows-h: "\f07e";
 $fa-var-arrows-v: "\f07d";
+$fa-var-assistive-listening-systems: "\f2a2";
 $fa-var-asterisk: "\f069";
 $fa-var-at: "\f1fa";
 $fa-var-audio-description: "\f29e";

+ 1 - 1
src/accessibility.html

@@ -4,7 +4,7 @@ title: Font Awesome & Accessibility
 navbar_active: accessibility
 relative_path: ../
 ---
-{% capture jumbotron_h1 %}<i class="fa fa-universal-access" aria-hidden="true"></i>&nbsp;Accessibility{% endcapture %}
+{% capture jumbotron_h1 %}<i class="fa fa-universal-access" aria-hidden="true"></i>&nbsp; Accessibility{% endcapture %}
 {% capture jumbotron_p %}Make your icons awesome for all of your users{% endcapture %}
 
 {% include jumbotron.html %}

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


+ 8 - 0
src/icons.yml

@@ -5947,3 +5947,11 @@ icons:
     categories:
       - Web Application Icons
       - Accessibility Icons
+
+  - name:       Assistive Listening Systems
+    id:         assistive-listening-systems
+    unicode:    f2a2
+    created:    4.6
+    categories:
+      - Web Application Icons
+      - Accessibility Icons

Algunos archivos no se mostraron porque demasiados archivos cambiaron en este cambio