mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-11-20 11:14:28 +00:00
Adding reddit-alien #7099.
This commit is contained in:
parent
171e803b1c
commit
d4504f8692
@ -1,7 +1,7 @@
|
|||||||
#[Font Awesome v4.4.1](http://fontawesome.io)
|
#[Font Awesome v4.4.1](http://fontawesome.io)
|
||||||
###The iconic font and CSS framework
|
###The iconic font and CSS framework
|
||||||
|
|
||||||
Font Awesome is a full suite of 585 pictographic icons for easy scalable vector graphics on websites,
|
Font Awesome is a full suite of 586 pictographic icons for easy scalable vector graphics on websites,
|
||||||
created and maintained by [Dave Gandy](http://twitter.com/davegandy).
|
created and maintained by [Dave Gandy](http://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).
|
||||||
|
3
css/font-awesome.css
vendored
3
css/font-awesome.css
vendored
@ -2023,3 +2023,6 @@
|
|||||||
.fa-fonticons:before {
|
.fa-fonticons:before {
|
||||||
content: "\f280";
|
content: "\f280";
|
||||||
}
|
}
|
||||||
|
.fa-reddit-alien:before {
|
||||||
|
content: "\f281";
|
||||||
|
}
|
||||||
|
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.
@ -675,3 +675,4 @@
|
|||||||
.@{fa-css-prefix}-vimeo:before { content: @fa-var-vimeo; }
|
.@{fa-css-prefix}-vimeo:before { content: @fa-var-vimeo; }
|
||||||
.@{fa-css-prefix}-black-tie:before { content: @fa-var-black-tie; }
|
.@{fa-css-prefix}-black-tie:before { content: @fa-var-black-tie; }
|
||||||
.@{fa-css-prefix}-fonticons:before { content: @fa-var-fonticons; }
|
.@{fa-css-prefix}-fonticons:before { content: @fa-var-fonticons; }
|
||||||
|
.@{fa-css-prefix}-reddit-alien:before { content: @fa-var-reddit-alien; }
|
||||||
|
@ -484,6 +484,7 @@
|
|||||||
@fa-var-rebel: "\f1d0";
|
@fa-var-rebel: "\f1d0";
|
||||||
@fa-var-recycle: "\f1b8";
|
@fa-var-recycle: "\f1b8";
|
||||||
@fa-var-reddit: "\f1a1";
|
@fa-var-reddit: "\f1a1";
|
||||||
|
@fa-var-reddit-alien: "\f281";
|
||||||
@fa-var-reddit-square: "\f1a2";
|
@fa-var-reddit-square: "\f1a2";
|
||||||
@fa-var-refresh: "\f021";
|
@fa-var-refresh: "\f021";
|
||||||
@fa-var-registered: "\f25d";
|
@fa-var-registered: "\f25d";
|
||||||
|
@ -675,3 +675,4 @@
|
|||||||
.#{$fa-css-prefix}-vimeo:before { content: $fa-var-vimeo; }
|
.#{$fa-css-prefix}-vimeo:before { content: $fa-var-vimeo; }
|
||||||
.#{$fa-css-prefix}-black-tie:before { content: $fa-var-black-tie; }
|
.#{$fa-css-prefix}-black-tie:before { content: $fa-var-black-tie; }
|
||||||
.#{$fa-css-prefix}-fonticons:before { content: $fa-var-fonticons; }
|
.#{$fa-css-prefix}-fonticons:before { content: $fa-var-fonticons; }
|
||||||
|
.#{$fa-css-prefix}-reddit-alien:before { content: $fa-var-reddit-alien; }
|
||||||
|
@ -484,6 +484,7 @@ $fa-var-random: "\f074";
|
|||||||
$fa-var-rebel: "\f1d0";
|
$fa-var-rebel: "\f1d0";
|
||||||
$fa-var-recycle: "\f1b8";
|
$fa-var-recycle: "\f1b8";
|
||||||
$fa-var-reddit: "\f1a1";
|
$fa-var-reddit: "\f1a1";
|
||||||
|
$fa-var-reddit-alien: "\f281";
|
||||||
$fa-var-reddit-square: "\f1a2";
|
$fa-var-reddit-square: "\f1a2";
|
||||||
$fa-var-refresh: "\f021";
|
$fa-var-refresh: "\f021";
|
||||||
$fa-var-registered: "\f25d";
|
$fa-var-registered: "\f25d";
|
||||||
|
Binary file not shown.
@ -5650,3 +5650,10 @@ icons:
|
|||||||
url: fonticons.com
|
url: fonticons.com
|
||||||
categories:
|
categories:
|
||||||
- Brand Icons
|
- Brand Icons
|
||||||
|
|
||||||
|
- name: reddit Alien
|
||||||
|
id: reddit-alien
|
||||||
|
unicode: f281
|
||||||
|
created: 4.4
|
||||||
|
categories:
|
||||||
|
- Brand Icons
|
||||||
|
Loading…
Reference in New Issue
Block a user