Adding audio-description #3176

This commit is contained in:
Dave Gandy 2016-04-06 15:32:54 -05:00
parent db9d1d5df2
commit 9492519415
10 changed files with 17 additions and 2 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 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).

View file

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

File diff suppressed because one or more lines are too long

Binary file not shown.

View file

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

View file

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

View file

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

View file

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

View file

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