mirror of
https://github.com/ForkAwesome/Fork-Awesome.git
synced 2025-01-14 01:00:29 +08:00
Adding eercast logo
This commit is contained in:
parent
7bc5c3c386
commit
9ea7150faa
@ -1,7 +1,7 @@
|
|||||||
# [Font Awesome v4.7.0](http://fontawesome.io)
|
# [Font Awesome v4.7.0](http://fontawesome.io)
|
||||||
### The iconic font and CSS framework
|
### The iconic font and CSS framework
|
||||||
|
|
||||||
Font Awesome is a full suite of 669 pictographic icons for easy scalable vector graphics on websites,
|
Font Awesome is a full suite of 670 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).
|
||||||
|
3
css/font-awesome.css
vendored
3
css/font-awesome.css
vendored
@ -2297,6 +2297,9 @@
|
|||||||
.fa-ravelry:before {
|
.fa-ravelry:before {
|
||||||
content: "\f2d9";
|
content: "\f2d9";
|
||||||
}
|
}
|
||||||
|
.fa-eercast:before {
|
||||||
|
content: "\f2da";
|
||||||
|
}
|
||||||
.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.
@ -781,3 +781,4 @@
|
|||||||
.@{fa-css-prefix}-etsy:before { content: @fa-var-etsy; }
|
.@{fa-css-prefix}-etsy:before { content: @fa-var-etsy; }
|
||||||
.@{fa-css-prefix}-imdb:before { content: @fa-var-imdb; }
|
.@{fa-css-prefix}-imdb:before { content: @fa-var-imdb; }
|
||||||
.@{fa-css-prefix}-ravelry:before { content: @fa-var-ravelry; }
|
.@{fa-css-prefix}-ravelry:before { content: @fa-var-ravelry; }
|
||||||
|
.@{fa-css-prefix}-eercast:before { content: @fa-var-eercast; }
|
||||||
|
@ -228,6 +228,7 @@
|
|||||||
@fa-var-drupal: "\f1a9";
|
@fa-var-drupal: "\f1a9";
|
||||||
@fa-var-edge: "\f282";
|
@fa-var-edge: "\f282";
|
||||||
@fa-var-edit: "\f044";
|
@fa-var-edit: "\f044";
|
||||||
|
@fa-var-eercast: "\f2da";
|
||||||
@fa-var-eject: "\f052";
|
@fa-var-eject: "\f052";
|
||||||
@fa-var-ellipsis-h: "\f141";
|
@fa-var-ellipsis-h: "\f141";
|
||||||
@fa-var-ellipsis-v: "\f142";
|
@fa-var-ellipsis-v: "\f142";
|
||||||
|
@ -781,3 +781,4 @@
|
|||||||
.#{$fa-css-prefix}-etsy:before { content: $fa-var-etsy; }
|
.#{$fa-css-prefix}-etsy:before { content: $fa-var-etsy; }
|
||||||
.#{$fa-css-prefix}-imdb:before { content: $fa-var-imdb; }
|
.#{$fa-css-prefix}-imdb:before { content: $fa-var-imdb; }
|
||||||
.#{$fa-css-prefix}-ravelry:before { content: $fa-var-ravelry; }
|
.#{$fa-css-prefix}-ravelry:before { content: $fa-var-ravelry; }
|
||||||
|
.#{$fa-css-prefix}-eercast:before { content: $fa-var-eercast; }
|
||||||
|
@ -228,6 +228,7 @@ $fa-var-dropbox: "\f16b";
|
|||||||
$fa-var-drupal: "\f1a9";
|
$fa-var-drupal: "\f1a9";
|
||||||
$fa-var-edge: "\f282";
|
$fa-var-edge: "\f282";
|
||||||
$fa-var-edit: "\f044";
|
$fa-var-edit: "\f044";
|
||||||
|
$fa-var-eercast: "\f2da";
|
||||||
$fa-var-eject: "\f052";
|
$fa-var-eject: "\f052";
|
||||||
$fa-var-ellipsis-h: "\f141";
|
$fa-var-ellipsis-h: "\f141";
|
||||||
$fa-var-ellipsis-v: "\f142";
|
$fa-var-ellipsis-v: "\f142";
|
||||||
|
Binary file not shown.
@ -6492,3 +6492,11 @@ icons:
|
|||||||
created: 4.7
|
created: 4.7
|
||||||
categories:
|
categories:
|
||||||
- Brand Icons
|
- Brand Icons
|
||||||
|
|
||||||
|
- name: Eercast
|
||||||
|
id: eercast
|
||||||
|
unicode: f2da
|
||||||
|
created: 4.7
|
||||||
|
url: eercast.com
|
||||||
|
categories:
|
||||||
|
- Brand Icons
|
||||||
|
Loading…
Reference in New Issue
Block a user