mirror of
https://github.com/ForkAwesome/Fork-Awesome.git
synced 2024-12-26 21:41:31 +08:00
adding spotify #330
This commit is contained in:
parent
d3b02f83cb
commit
fc651c4482
3
css/font-awesome.css
vendored
3
css/font-awesome.css
vendored
@ -1439,3 +1439,6 @@
|
|||||||
.fa-tree:before {
|
.fa-tree:before {
|
||||||
content: "\f1bb";
|
content: "\f1bb";
|
||||||
}
|
}
|
||||||
|
.fa-spotify:before {
|
||||||
|
content: "\f1bc";
|
||||||
|
}
|
||||||
|
3
css/font-awesome.min.css
vendored
3
css/font-awesome.min.css
vendored
@ -1439,3 +1439,6 @@
|
|||||||
.fa-tree:before {
|
.fa-tree:before {
|
||||||
content: "\f1bb";
|
content: "\f1bb";
|
||||||
}
|
}
|
||||||
|
.fa-spotify:before {
|
||||||
|
content: "\f1bc";
|
||||||
|
}
|
||||||
|
Binary file not shown.
@ -450,3 +450,4 @@
|
|||||||
.@{fa-css-prefix}-cab:before,
|
.@{fa-css-prefix}-cab:before,
|
||||||
.@{fa-css-prefix}-taxi:before { content: @fa-var-taxi; }
|
.@{fa-css-prefix}-taxi:before { content: @fa-var-taxi; }
|
||||||
.@{fa-css-prefix}-tree:before { content: @fa-var-tree; }
|
.@{fa-css-prefix}-tree:before { content: @fa-var-tree; }
|
||||||
|
.@{fa-css-prefix}-spotify:before { content: @fa-var-spotify; }
|
||||||
|
@ -331,6 +331,7 @@
|
|||||||
@fa-var-space-shuttle: "\f197";
|
@fa-var-space-shuttle: "\f197";
|
||||||
@fa-var-spinner: "\f110";
|
@fa-var-spinner: "\f110";
|
||||||
@fa-var-spoon: "\f1b1";
|
@fa-var-spoon: "\f1b1";
|
||||||
|
@fa-var-spotify: "\f1bc";
|
||||||
@fa-var-square: "\f0c8";
|
@fa-var-square: "\f0c8";
|
||||||
@fa-var-square-o: "\f096";
|
@fa-var-square-o: "\f096";
|
||||||
@fa-var-stack-exchange: "\f18d";
|
@fa-var-stack-exchange: "\f18d";
|
||||||
|
@ -359,6 +359,7 @@
|
|||||||
.#{$fa-css-prefix}-space-shuttle:before { content: $fa-var-space-shuttle; }
|
.#{$fa-css-prefix}-space-shuttle:before { content: $fa-var-space-shuttle; }
|
||||||
.#{$fa-css-prefix}-spinner:before { content: $fa-var-spinner; }
|
.#{$fa-css-prefix}-spinner:before { content: $fa-var-spinner; }
|
||||||
.#{$fa-css-prefix}-spoon:before { content: $fa-var-spoon; }
|
.#{$fa-css-prefix}-spoon:before { content: $fa-var-spoon; }
|
||||||
|
.#{$fa-css-prefix}-spotify:before { content: $fa-var-spotify; }
|
||||||
.#{$fa-css-prefix}-square:before { content: $fa-var-square; }
|
.#{$fa-css-prefix}-square:before { content: $fa-var-square; }
|
||||||
.#{$fa-css-prefix}-square-o:before { content: $fa-var-square-o; }
|
.#{$fa-css-prefix}-square-o:before { content: $fa-var-square-o; }
|
||||||
.#{$fa-css-prefix}-stack-exchange:before { content: $fa-var-stack-exchange; }
|
.#{$fa-css-prefix}-stack-exchange:before { content: $fa-var-stack-exchange; }
|
||||||
|
@ -331,6 +331,7 @@ $fa-var-sort-numeric-desc: "\f163";
|
|||||||
$fa-var-space-shuttle: "\f197";
|
$fa-var-space-shuttle: "\f197";
|
||||||
$fa-var-spinner: "\f110";
|
$fa-var-spinner: "\f110";
|
||||||
$fa-var-spoon: "\f1b1";
|
$fa-var-spoon: "\f1b1";
|
||||||
|
$fa-var-spotify: "\f1bc";
|
||||||
$fa-var-square: "\f0c8";
|
$fa-var-square: "\f0c8";
|
||||||
$fa-var-square-o: "\f096";
|
$fa-var-square-o: "\f096";
|
||||||
$fa-var-stack-exchange: "\f18d";
|
$fa-var-stack-exchange: "\f18d";
|
||||||
|
Binary file not shown.
@ -2968,3 +2968,10 @@ icons:
|
|||||||
created: 4.1
|
created: 4.1
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Web Application Icons
|
||||||
|
|
||||||
|
- name: Spotify
|
||||||
|
id: spotify
|
||||||
|
unicode: f1bc
|
||||||
|
created: 4.1
|
||||||
|
categories:
|
||||||
|
- Brand Icons
|
||||||
|
Loading…
Reference in New Issue
Block a user