Adding assistive-listening-systems #5409

This commit is contained in:
Dave Gandy 2016-04-06 17:41:33 -05:00
parent 5ad8a2c4f1
commit 2f88f2e4dd
11 changed files with 18 additions and 3 deletions

View file

@ -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).

View file

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

File diff suppressed because one or more lines are too long

Binary file not shown.

View file

@ -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; }

View file

@ -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";

View file

@ -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; }

View file

@ -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";

View file

@ -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 %}

View file

@ -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