mirror of
https://github.com/ForkAwesome/Fork-Awesome.git
synced 2024-12-26 21:41:31 +08:00
Adding assistive-listening-systems #5409
This commit is contained in:
parent
5ad8a2c4f1
commit
2f88f2e4dd
@ -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
css/font-awesome.css
vendored
3
css/font-awesome.css
vendored
@ -2117,6 +2117,9 @@
|
||||
.fa-braille:before {
|
||||
content: "\f2a1";
|
||||
}
|
||||
.fa-assistive-listening-systems:before {
|
||||
content: "\f2a2";
|
||||
}
|
||||
.sr-only {
|
||||
position: absolute;
|
||||
width: 1px;
|
||||
|
2
css/font-awesome.min.css
vendored
2
css/font-awesome.min.css
vendored
File diff suppressed because one or more lines are too long
Binary file not shown.
@ -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; }
|
||||
|
@ -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";
|
||||
|
@ -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; }
|
||||
|
@ -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";
|
||||
|
@ -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> Accessibility{% endcapture %}
|
||||
{% capture jumbotron_h1 %}<i class="fa fa-universal-access" aria-hidden="true"></i> Accessibility{% endcapture %}
|
||||
{% capture jumbotron_p %}Make your icons awesome for all of your users{% endcapture %}
|
||||
|
||||
{% include jumbotron.html %}
|
||||
|
Binary file not shown.
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user