mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-12-28 22:41:28 +08:00
parent
540d702ebb
commit
a3a6655946
1
css/font-awesome.css
vendored
1
css/font-awesome.css
vendored
@ -641,6 +641,7 @@
|
|||||||
.fa-credit-card:before {
|
.fa-credit-card:before {
|
||||||
content: "\f09d";
|
content: "\f09d";
|
||||||
}
|
}
|
||||||
|
.fa-feed:before,
|
||||||
.fa-rss:before {
|
.fa-rss:before {
|
||||||
content: "\f09e";
|
content: "\f09e";
|
||||||
}
|
}
|
||||||
|
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
@ -163,6 +163,7 @@
|
|||||||
.@{fa-css-prefix}-github:before { content: @fa-var-github; }
|
.@{fa-css-prefix}-github:before { content: @fa-var-github; }
|
||||||
.@{fa-css-prefix}-unlock:before { content: @fa-var-unlock; }
|
.@{fa-css-prefix}-unlock:before { content: @fa-var-unlock; }
|
||||||
.@{fa-css-prefix}-credit-card:before { content: @fa-var-credit-card; }
|
.@{fa-css-prefix}-credit-card:before { content: @fa-var-credit-card; }
|
||||||
|
.@{fa-css-prefix}-feed:before,
|
||||||
.@{fa-css-prefix}-rss:before { content: @fa-var-rss; }
|
.@{fa-css-prefix}-rss:before { content: @fa-var-rss; }
|
||||||
.@{fa-css-prefix}-hdd-o:before { content: @fa-var-hdd-o; }
|
.@{fa-css-prefix}-hdd-o:before { content: @fa-var-hdd-o; }
|
||||||
.@{fa-css-prefix}-bullhorn:before { content: @fa-var-bullhorn; }
|
.@{fa-css-prefix}-bullhorn:before { content: @fa-var-bullhorn; }
|
||||||
|
@ -206,6 +206,7 @@
|
|||||||
@fa-var-fast-backward: "\f049";
|
@fa-var-fast-backward: "\f049";
|
||||||
@fa-var-fast-forward: "\f050";
|
@fa-var-fast-forward: "\f050";
|
||||||
@fa-var-fax: "\f1ac";
|
@fa-var-fax: "\f1ac";
|
||||||
|
@fa-var-feed: "\f09e";
|
||||||
@fa-var-female: "\f182";
|
@fa-var-female: "\f182";
|
||||||
@fa-var-fighter-jet: "\f0fb";
|
@fa-var-fighter-jet: "\f0fb";
|
||||||
@fa-var-file: "\f15b";
|
@fa-var-file: "\f15b";
|
||||||
|
@ -163,6 +163,7 @@
|
|||||||
.#{$fa-css-prefix}-github:before { content: $fa-var-github; }
|
.#{$fa-css-prefix}-github:before { content: $fa-var-github; }
|
||||||
.#{$fa-css-prefix}-unlock:before { content: $fa-var-unlock; }
|
.#{$fa-css-prefix}-unlock:before { content: $fa-var-unlock; }
|
||||||
.#{$fa-css-prefix}-credit-card:before { content: $fa-var-credit-card; }
|
.#{$fa-css-prefix}-credit-card:before { content: $fa-var-credit-card; }
|
||||||
|
.#{$fa-css-prefix}-feed:before,
|
||||||
.#{$fa-css-prefix}-rss:before { content: $fa-var-rss; }
|
.#{$fa-css-prefix}-rss:before { content: $fa-var-rss; }
|
||||||
.#{$fa-css-prefix}-hdd-o:before { content: $fa-var-hdd-o; }
|
.#{$fa-css-prefix}-hdd-o:before { content: $fa-var-hdd-o; }
|
||||||
.#{$fa-css-prefix}-bullhorn:before { content: $fa-var-bullhorn; }
|
.#{$fa-css-prefix}-bullhorn:before { content: $fa-var-bullhorn; }
|
||||||
|
@ -206,6 +206,7 @@ $fa-var-facebook-square: "\f082";
|
|||||||
$fa-var-fast-backward: "\f049";
|
$fa-var-fast-backward: "\f049";
|
||||||
$fa-var-fast-forward: "\f050";
|
$fa-var-fast-forward: "\f050";
|
||||||
$fa-var-fax: "\f1ac";
|
$fa-var-fax: "\f1ac";
|
||||||
|
$fa-var-feed: "\f09e";
|
||||||
$fa-var-female: "\f182";
|
$fa-var-female: "\f182";
|
||||||
$fa-var-fighter-jet: "\f0fb";
|
$fa-var-fighter-jet: "\f0fb";
|
||||||
$fa-var-file: "\f15b";
|
$fa-var-file: "\f15b";
|
||||||
|
@ -1612,8 +1612,9 @@ icons:
|
|||||||
unicode: f09e
|
unicode: f09e
|
||||||
created: 2.0
|
created: 2.0
|
||||||
filter:
|
filter:
|
||||||
- feed
|
|
||||||
- blog
|
- blog
|
||||||
|
aliases:
|
||||||
|
- feed
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Web Application Icons
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user