Adding glide and glide-g #8917

This commit is contained in:
Dave Gandy 2016-04-07 15:21:05 -05:00
parent b1e157be11
commit 02bcf05d45
10 changed files with 32 additions and 2 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 619 pictographic icons for easy scalable vector graphics on websites,
Font Awesome is a full suite of 621 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

@ -2129,6 +2129,12 @@
.fa-deaf:before {
content: "\f2a4";
}
.fa-glide:before {
content: "\f2a5";
}
.fa-glide-g:before {
content: "\f2a6";
}
.sr-only {
position: absolute;
width: 1px;

File diff suppressed because one or more lines are too long

Binary file not shown.

View file

@ -713,3 +713,5 @@
.@{fa-css-prefix}-deafness:before,
.@{fa-css-prefix}-hard-of-hearing:before,
.@{fa-css-prefix}-deaf:before { content: @fa-var-deaf; }
.@{fa-css-prefix}-glide:before { content: @fa-var-glide; }
.@{fa-css-prefix}-glide-g:before { content: @fa-var-glide-g; }

View file

@ -312,6 +312,8 @@
@fa-var-gitlab: "\f296";
@fa-var-gittip: "\f184";
@fa-var-glass: "\f000";
@fa-var-glide: "\f2a5";
@fa-var-glide-g: "\f2a6";
@fa-var-globe: "\f0ac";
@fa-var-google: "\f1a0";
@fa-var-google-plus: "\f0d5";

View file

@ -713,3 +713,5 @@
.#{$fa-css-prefix}-deafness:before,
.#{$fa-css-prefix}-hard-of-hearing:before,
.#{$fa-css-prefix}-deaf:before { content: $fa-var-deaf; }
.#{$fa-css-prefix}-glide:before { content: $fa-var-glide; }
.#{$fa-css-prefix}-glide-g:before { content: $fa-var-glide-g; }

View file

@ -312,6 +312,8 @@ $fa-var-github-square: "\f092";
$fa-var-gitlab: "\f296";
$fa-var-gittip: "\f184";
$fa-var-glass: "\f000";
$fa-var-glide: "\f2a5";
$fa-var-glide-g: "\f2a6";
$fa-var-globe: "\f0ac";
$fa-var-google: "\f1a0";
$fa-var-google-plus: "\f0d5";

View file

@ -5976,3 +5976,19 @@ icons:
categories:
- Web Application Icons
- Accessibility Icons
- name: Glide
id: glide
unicode: f2a5
created: 4.6
categories:
- Brand Icons
- name: Glide G
id: glide-g
unicode: f2a6
created: 4.6
categories:
- Brand Icons