Adding low-vision #8895

This commit is contained in:
Dave Gandy 2016-04-07 17:40:02 -05:00
parent e471f97bce
commit 373cf12fad
10 changed files with 18 additions and 9 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 622 pictographic icons for easy scalable vector graphics on websites,
Font Awesome is a full suite of 623 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

@ -2104,7 +2104,6 @@
.fa-question-circle-o:before {
content: "\f29c";
}
.fa-low-vision:before,
.fa-blind:before {
content: "\f29d";
}
@ -2139,6 +2138,9 @@
.fa-sign-language:before {
content: "\f2a7";
}
.fa-low-vision:before {
content: "\f2a8";
}
.sr-only {
position: absolute;
width: 1px;

File diff suppressed because one or more lines are too long

Binary file not shown.

View file

@ -702,7 +702,6 @@
.@{fa-css-prefix}-universal-access:before { content: @fa-var-universal-access; }
.@{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}-low-vision:before,
.@{fa-css-prefix}-blind:before { content: @fa-var-blind; }
.@{fa-css-prefix}-audio-description:before { content: @fa-var-audio-description; }
.@{fa-css-prefix}-volume-control-phone:before { content: @fa-var-volume-control-phone; }
@ -717,3 +716,4 @@
.@{fa-css-prefix}-glide-g:before { content: @fa-var-glide-g; }
.@{fa-css-prefix}-signing:before,
.@{fa-css-prefix}-sign-language:before { content: @fa-var-sign-language; }
.@{fa-css-prefix}-low-vision:before { content: @fa-var-low-vision; }

View file

@ -410,7 +410,7 @@
@fa-var-long-arrow-left: "\f177";
@fa-var-long-arrow-right: "\f178";
@fa-var-long-arrow-up: "\f176";
@fa-var-low-vision: "\f29d";
@fa-var-low-vision: "\f2a8";
@fa-var-magic: "\f0d0";
@fa-var-magnet: "\f076";
@fa-var-mail-forward: "\f064";

View file

@ -702,7 +702,6 @@
.#{$fa-css-prefix}-universal-access:before { content: $fa-var-universal-access; }
.#{$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}-low-vision:before,
.#{$fa-css-prefix}-blind:before { content: $fa-var-blind; }
.#{$fa-css-prefix}-audio-description:before { content: $fa-var-audio-description; }
.#{$fa-css-prefix}-volume-control-phone:before { content: $fa-var-volume-control-phone; }
@ -717,3 +716,4 @@
.#{$fa-css-prefix}-glide-g:before { content: $fa-var-glide-g; }
.#{$fa-css-prefix}-signing:before,
.#{$fa-css-prefix}-sign-language:before { content: $fa-var-sign-language; }
.#{$fa-css-prefix}-low-vision:before { content: $fa-var-low-vision; }

View file

@ -410,7 +410,7 @@ $fa-var-long-arrow-down: "\f175";
$fa-var-long-arrow-left: "\f177";
$fa-var-long-arrow-right: "\f178";
$fa-var-long-arrow-up: "\f176";
$fa-var-low-vision: "\f29d";
$fa-var-low-vision: "\f2a8";
$fa-var-magic: "\f0d0";
$fa-var-magnet: "\f076";
$fa-var-mail-forward: "\f064";

View file

@ -5917,8 +5917,6 @@ icons:
id: blind
unicode: f29d
created: 4.6
aliases:
- low-vision
categories:
- Web Application Icons
- Accessibility Icons
@ -6000,3 +5998,12 @@ icons:
categories:
- Web Application Icons
- Accessibility Icons
- name: Low Vision
id: low-vision
unicode: f2a8
created: 4.6
categories:
- Web Application Icons
- Accessibility Icons