mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-12-27 14:01:30 +08:00
Adding braille icon #5753.
This commit is contained in:
parent
7437b825a7
commit
ea65a45664
@ -1,7 +1,7 @@
|
|||||||
# [Font Awesome v4.6.0](http://fontawesome.io)
|
# [Font Awesome v4.6.0](http://fontawesome.io)
|
||||||
### The iconic font and CSS framework
|
### The iconic font and CSS framework
|
||||||
|
|
||||||
Font Awesome is a full suite of 615 pictographic icons for easy scalable vector graphics on websites,
|
Font Awesome is a full suite of 616 pictographic icons for easy scalable vector graphics on websites,
|
||||||
created and maintained by [Dave Gandy](https://twitter.com/davegandy).
|
created and maintained by [Dave Gandy](https://twitter.com/davegandy).
|
||||||
Stay up to date with the latest release and announcements on Twitter:
|
Stay up to date with the latest release and announcements on Twitter:
|
||||||
[@fontawesome](http://twitter.com/fontawesome).
|
[@fontawesome](http://twitter.com/fontawesome).
|
||||||
|
6
css/font-awesome.css
vendored
6
css/font-awesome.css
vendored
@ -2104,7 +2104,8 @@
|
|||||||
.fa-question-circle-o:before {
|
.fa-question-circle-o:before {
|
||||||
content: "\f29c";
|
content: "\f29c";
|
||||||
}
|
}
|
||||||
.fa-blind:before {
|
.fa-blind:before,
|
||||||
|
.fa-low-vision:before {
|
||||||
content: "\f29d";
|
content: "\f29d";
|
||||||
}
|
}
|
||||||
.fa-audio-description:before {
|
.fa-audio-description:before {
|
||||||
@ -2113,6 +2114,9 @@
|
|||||||
.fa-volume-control-phone:before {
|
.fa-volume-control-phone:before {
|
||||||
content: "\f2a0";
|
content: "\f2a0";
|
||||||
}
|
}
|
||||||
|
.fa-braille:before {
|
||||||
|
content: "\f2a1";
|
||||||
|
}
|
||||||
.sr-only {
|
.sr-only {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 1px;
|
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.
@ -702,6 +702,8 @@
|
|||||||
.@{fa-css-prefix}-universal-access:before { content: @fa-var-universal-access; }
|
.@{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}-wheelchair-alt:before { content: @fa-var-wheelchair-alt; }
|
||||||
.@{fa-css-prefix}-question-circle-o:before { content: @fa-var-question-circle-o; }
|
.@{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}-blind:before,
|
||||||
|
.@{fa-css-prefix}-low-vision:before { content: @fa-var-low-vision; }
|
||||||
.@{fa-css-prefix}-audio-description:before { content: @fa-var-audio-description; }
|
.@{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}-volume-control-phone:before { content: @fa-var-volume-control-phone; }
|
||||||
|
.@{fa-css-prefix}-braille:before { content: @fa-var-braille; }
|
||||||
|
@ -96,6 +96,7 @@
|
|||||||
@fa-var-book: "\f02d";
|
@fa-var-book: "\f02d";
|
||||||
@fa-var-bookmark: "\f02e";
|
@fa-var-bookmark: "\f02e";
|
||||||
@fa-var-bookmark-o: "\f097";
|
@fa-var-bookmark-o: "\f097";
|
||||||
|
@fa-var-braille: "\f2a1";
|
||||||
@fa-var-briefcase: "\f0b1";
|
@fa-var-briefcase: "\f0b1";
|
||||||
@fa-var-btc: "\f15a";
|
@fa-var-btc: "\f15a";
|
||||||
@fa-var-bug: "\f188";
|
@fa-var-bug: "\f188";
|
||||||
@ -401,6 +402,7 @@
|
|||||||
@fa-var-long-arrow-left: "\f177";
|
@fa-var-long-arrow-left: "\f177";
|
||||||
@fa-var-long-arrow-right: "\f178";
|
@fa-var-long-arrow-right: "\f178";
|
||||||
@fa-var-long-arrow-up: "\f176";
|
@fa-var-long-arrow-up: "\f176";
|
||||||
|
@fa-var-low-vision: "\f29d";
|
||||||
@fa-var-magic: "\f0d0";
|
@fa-var-magic: "\f0d0";
|
||||||
@fa-var-magnet: "\f076";
|
@fa-var-magnet: "\f076";
|
||||||
@fa-var-mail-forward: "\f064";
|
@fa-var-mail-forward: "\f064";
|
||||||
|
@ -702,6 +702,8 @@
|
|||||||
.#{$fa-css-prefix}-universal-access:before { content: $fa-var-universal-access; }
|
.#{$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}-wheelchair-alt:before { content: $fa-var-wheelchair-alt; }
|
||||||
.#{$fa-css-prefix}-question-circle-o:before { content: $fa-var-question-circle-o; }
|
.#{$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}-blind:before,
|
||||||
|
.#{$fa-css-prefix}-low-vision:before { content: $fa-var-low-vision; }
|
||||||
.#{$fa-css-prefix}-audio-description:before { content: $fa-var-audio-description; }
|
.#{$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}-volume-control-phone:before { content: $fa-var-volume-control-phone; }
|
||||||
|
.#{$fa-css-prefix}-braille:before { content: $fa-var-braille; }
|
||||||
|
@ -96,6 +96,7 @@ $fa-var-bomb: "\f1e2";
|
|||||||
$fa-var-book: "\f02d";
|
$fa-var-book: "\f02d";
|
||||||
$fa-var-bookmark: "\f02e";
|
$fa-var-bookmark: "\f02e";
|
||||||
$fa-var-bookmark-o: "\f097";
|
$fa-var-bookmark-o: "\f097";
|
||||||
|
$fa-var-braille: "\f2a1";
|
||||||
$fa-var-briefcase: "\f0b1";
|
$fa-var-briefcase: "\f0b1";
|
||||||
$fa-var-btc: "\f15a";
|
$fa-var-btc: "\f15a";
|
||||||
$fa-var-bug: "\f188";
|
$fa-var-bug: "\f188";
|
||||||
@ -401,6 +402,7 @@ $fa-var-long-arrow-down: "\f175";
|
|||||||
$fa-var-long-arrow-left: "\f177";
|
$fa-var-long-arrow-left: "\f177";
|
||||||
$fa-var-long-arrow-right: "\f178";
|
$fa-var-long-arrow-right: "\f178";
|
||||||
$fa-var-long-arrow-up: "\f176";
|
$fa-var-long-arrow-up: "\f176";
|
||||||
|
$fa-var-low-vision: "\f29d";
|
||||||
$fa-var-magic: "\f0d0";
|
$fa-var-magic: "\f0d0";
|
||||||
$fa-var-magnet: "\f076";
|
$fa-var-magnet: "\f076";
|
||||||
$fa-var-mail-forward: "\f064";
|
$fa-var-mail-forward: "\f064";
|
||||||
|
Binary file not shown.
@ -5913,10 +5913,12 @@ icons:
|
|||||||
- Web Application Icons
|
- Web Application Icons
|
||||||
- Accessibility Icons
|
- Accessibility Icons
|
||||||
|
|
||||||
- name: Blind
|
- name: Low Vision
|
||||||
id: blind
|
id: low-vision
|
||||||
unicode: f29d
|
unicode: f29d
|
||||||
created: 4.6
|
created: 4.6
|
||||||
|
aliases:
|
||||||
|
- blind
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Web Application Icons
|
||||||
- Accessibility Icons
|
- Accessibility Icons
|
||||||
@ -5937,3 +5939,11 @@ icons:
|
|||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Web Application Icons
|
||||||
- Accessibility Icons
|
- Accessibility Icons
|
||||||
|
|
||||||
|
- name: Braille
|
||||||
|
id: braille
|
||||||
|
unicode: f2a1
|
||||||
|
created: 4.6
|
||||||
|
categories:
|
||||||
|
- Web Application Icons
|
||||||
|
- Accessibility Icons
|
||||||
|
Loading…
Reference in New Issue
Block a user