mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-11-20 11:14:28 +00:00
Minor edits.
This commit is contained in:
parent
ea65a45664
commit
5ad8a2c4f1
4
css/font-awesome.css
vendored
4
css/font-awesome.css
vendored
@ -2104,8 +2104,8 @@
|
||||
.fa-question-circle-o:before {
|
||||
content: "\f29c";
|
||||
}
|
||||
.fa-blind:before,
|
||||
.fa-low-vision:before {
|
||||
.fa-low-vision:before,
|
||||
.fa-blind:before {
|
||||
content: "\f29d";
|
||||
}
|
||||
.fa-audio-description:before {
|
||||
|
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
@ -702,8 +702,8 @@
|
||||
.@{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}-blind:before,
|
||||
.@{fa-css-prefix}-low-vision:before { content: @fa-var-low-vision; }
|
||||
.@{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; }
|
||||
.@{fa-css-prefix}-braille:before { content: @fa-var-braille; }
|
||||
|
@ -702,8 +702,8 @@
|
||||
.#{$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}-blind:before,
|
||||
.#{$fa-css-prefix}-low-vision:before { content: $fa-var-low-vision; }
|
||||
.#{$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; }
|
||||
.#{$fa-css-prefix}-braille:before { content: $fa-var-braille; }
|
||||
|
@ -4,8 +4,8 @@ title: Font Awesome & Accessibility
|
||||
navbar_active: accessibility
|
||||
relative_path: ../
|
||||
---
|
||||
{% capture jumbotron_h1 %}<i class="fa fa-wheelchair" aria-hidden="true"></i> Accessibility{% endcapture %}
|
||||
{% capture jumbotron_p %}How to make your icons awesome for all of your users{% 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 %}
|
||||
{% include stripe-social.html %}
|
||||
|
@ -5913,12 +5913,12 @@ icons:
|
||||
- Web Application Icons
|
||||
- Accessibility Icons
|
||||
|
||||
- name: Low Vision
|
||||
id: low-vision
|
||||
- name: Blind
|
||||
id: blind
|
||||
unicode: f29d
|
||||
created: 4.6
|
||||
aliases:
|
||||
- blind
|
||||
- low-vision
|
||||
categories:
|
||||
- Web Application Icons
|
||||
- Accessibility Icons
|
||||
|
Loading…
Reference in New Issue
Block a user