mirror of
https://github.com/ForkAwesome/Fork-Awesome.git
synced 2025-01-27 07:30:29 +08:00
Adding sign-language #2026
This commit is contained in:
parent
02bcf05d45
commit
e471f97bce
@ -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 621 pictographic icons for easy scalable vector graphics on websites,
|
Font Awesome is a full suite of 622 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).
|
||||||
|
4
css/font-awesome.css
vendored
4
css/font-awesome.css
vendored
@ -2135,6 +2135,10 @@
|
|||||||
.fa-glide-g:before {
|
.fa-glide-g:before {
|
||||||
content: "\f2a6";
|
content: "\f2a6";
|
||||||
}
|
}
|
||||||
|
.fa-signing:before,
|
||||||
|
.fa-sign-language:before {
|
||||||
|
content: "\f2a7";
|
||||||
|
}
|
||||||
.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.
@ -715,3 +715,5 @@
|
|||||||
.@{fa-css-prefix}-deaf:before { content: @fa-var-deaf; }
|
.@{fa-css-prefix}-deaf:before { content: @fa-var-deaf; }
|
||||||
.@{fa-css-prefix}-glide:before { content: @fa-var-glide; }
|
.@{fa-css-prefix}-glide:before { content: @fa-var-glide; }
|
||||||
.@{fa-css-prefix}-glide-g:before { content: @fa-var-glide-g; }
|
.@{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; }
|
||||||
|
@ -559,8 +559,10 @@
|
|||||||
@fa-var-shopping-basket: "\f291";
|
@fa-var-shopping-basket: "\f291";
|
||||||
@fa-var-shopping-cart: "\f07a";
|
@fa-var-shopping-cart: "\f07a";
|
||||||
@fa-var-sign-in: "\f090";
|
@fa-var-sign-in: "\f090";
|
||||||
|
@fa-var-sign-language: "\f2a7";
|
||||||
@fa-var-sign-out: "\f08b";
|
@fa-var-sign-out: "\f08b";
|
||||||
@fa-var-signal: "\f012";
|
@fa-var-signal: "\f012";
|
||||||
|
@fa-var-signing: "\f2a7";
|
||||||
@fa-var-simplybuilt: "\f215";
|
@fa-var-simplybuilt: "\f215";
|
||||||
@fa-var-sitemap: "\f0e8";
|
@fa-var-sitemap: "\f0e8";
|
||||||
@fa-var-skyatlas: "\f216";
|
@fa-var-skyatlas: "\f216";
|
||||||
|
@ -715,3 +715,5 @@
|
|||||||
.#{$fa-css-prefix}-deaf:before { content: $fa-var-deaf; }
|
.#{$fa-css-prefix}-deaf:before { content: $fa-var-deaf; }
|
||||||
.#{$fa-css-prefix}-glide:before { content: $fa-var-glide; }
|
.#{$fa-css-prefix}-glide:before { content: $fa-var-glide; }
|
||||||
.#{$fa-css-prefix}-glide-g:before { content: $fa-var-glide-g; }
|
.#{$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; }
|
||||||
|
@ -559,8 +559,10 @@ $fa-var-shopping-bag: "\f290";
|
|||||||
$fa-var-shopping-basket: "\f291";
|
$fa-var-shopping-basket: "\f291";
|
||||||
$fa-var-shopping-cart: "\f07a";
|
$fa-var-shopping-cart: "\f07a";
|
||||||
$fa-var-sign-in: "\f090";
|
$fa-var-sign-in: "\f090";
|
||||||
|
$fa-var-sign-language: "\f2a7";
|
||||||
$fa-var-sign-out: "\f08b";
|
$fa-var-sign-out: "\f08b";
|
||||||
$fa-var-signal: "\f012";
|
$fa-var-signal: "\f012";
|
||||||
|
$fa-var-signing: "\f2a7";
|
||||||
$fa-var-simplybuilt: "\f215";
|
$fa-var-simplybuilt: "\f215";
|
||||||
$fa-var-sitemap: "\f0e8";
|
$fa-var-sitemap: "\f0e8";
|
||||||
$fa-var-skyatlas: "\f216";
|
$fa-var-skyatlas: "\f216";
|
||||||
|
Binary file not shown.
@ -5977,7 +5977,6 @@ icons:
|
|||||||
- Web Application Icons
|
- Web Application Icons
|
||||||
- Accessibility Icons
|
- Accessibility Icons
|
||||||
|
|
||||||
|
|
||||||
- name: Glide
|
- name: Glide
|
||||||
id: glide
|
id: glide
|
||||||
unicode: f2a5
|
unicode: f2a5
|
||||||
@ -5985,10 +5984,19 @@ icons:
|
|||||||
categories:
|
categories:
|
||||||
- Brand Icons
|
- Brand Icons
|
||||||
|
|
||||||
|
|
||||||
- name: Glide G
|
- name: Glide G
|
||||||
id: glide-g
|
id: glide-g
|
||||||
unicode: f2a6
|
unicode: f2a6
|
||||||
created: 4.6
|
created: 4.6
|
||||||
categories:
|
categories:
|
||||||
- Brand Icons
|
- Brand Icons
|
||||||
|
|
||||||
|
- name: Sign Language
|
||||||
|
id: sign-language
|
||||||
|
unicode: f2a7
|
||||||
|
created: 4.6
|
||||||
|
aliases:
|
||||||
|
- signing
|
||||||
|
categories:
|
||||||
|
- Web Application Icons
|
||||||
|
- Accessibility Icons
|
||||||
|
Loading…
Reference in New Issue
Block a user