mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-11-20 11:14:28 +00:00
fixing some brand icon categories, adding steam and steam-square icons #1035
This commit is contained in:
parent
964f76d60e
commit
8ac219e2b3
6
css/font-awesome.css
vendored
6
css/font-awesome.css
vendored
@ -1419,3 +1419,9 @@
|
|||||||
.fa-behance-square:before {
|
.fa-behance-square:before {
|
||||||
content: "\f1b5";
|
content: "\f1b5";
|
||||||
}
|
}
|
||||||
|
.fa-steam:before {
|
||||||
|
content: "\f1b6";
|
||||||
|
}
|
||||||
|
.fa-steam-square:before {
|
||||||
|
content: "\f1b7";
|
||||||
|
}
|
||||||
|
6
css/font-awesome.min.css
vendored
6
css/font-awesome.min.css
vendored
@ -1419,3 +1419,9 @@
|
|||||||
.fa-behance-square:before {
|
.fa-behance-square:before {
|
||||||
content: "\f1b5";
|
content: "\f1b5";
|
||||||
}
|
}
|
||||||
|
.fa-steam:before {
|
||||||
|
content: "\f1b6";
|
||||||
|
}
|
||||||
|
.fa-steam-square:before {
|
||||||
|
content: "\f1b7";
|
||||||
|
}
|
||||||
|
Binary file not shown.
@ -442,3 +442,5 @@
|
|||||||
.@{fa-css-prefix}-cubes:before { content: @fa-var-cubes; }
|
.@{fa-css-prefix}-cubes:before { content: @fa-var-cubes; }
|
||||||
.@{fa-css-prefix}-behance:before { content: @fa-var-behance; }
|
.@{fa-css-prefix}-behance:before { content: @fa-var-behance; }
|
||||||
.@{fa-css-prefix}-behance-square:before { content: @fa-var-behance-square; }
|
.@{fa-css-prefix}-behance-square:before { content: @fa-var-behance-square; }
|
||||||
|
.@{fa-css-prefix}-steam:before { content: @fa-var-steam; }
|
||||||
|
.@{fa-css-prefix}-steam-square:before { content: @fa-var-steam-square; }
|
||||||
|
@ -337,6 +337,8 @@
|
|||||||
@fa-var-star-half: "\f089";
|
@fa-var-star-half: "\f089";
|
||||||
@fa-var-star-half-o: "\f123";
|
@fa-var-star-half-o: "\f123";
|
||||||
@fa-var-star-o: "\f006";
|
@fa-var-star-o: "\f006";
|
||||||
|
@fa-var-steam: "\f1b6";
|
||||||
|
@fa-var-steam-square: "\f1b7";
|
||||||
@fa-var-step-backward: "\f048";
|
@fa-var-step-backward: "\f048";
|
||||||
@fa-var-step-forward: "\f051";
|
@fa-var-step-forward: "\f051";
|
||||||
@fa-var-stethoscope: "\f0f1";
|
@fa-var-stethoscope: "\f0f1";
|
||||||
|
@ -366,6 +366,8 @@
|
|||||||
.#{$fa-css-prefix}-star-half-full:before,
|
.#{$fa-css-prefix}-star-half-full:before,
|
||||||
.#{$fa-css-prefix}-star-half-o:before { content: $fa-var-star-half-o; }
|
.#{$fa-css-prefix}-star-half-o:before { content: $fa-var-star-half-o; }
|
||||||
.#{$fa-css-prefix}-star-o:before { content: $fa-var-star-o; }
|
.#{$fa-css-prefix}-star-o:before { content: $fa-var-star-o; }
|
||||||
|
.#{$fa-css-prefix}-steam:before { content: $fa-var-steam; }
|
||||||
|
.#{$fa-css-prefix}-steam-square:before { content: $fa-var-steam-square; }
|
||||||
.#{$fa-css-prefix}-step-backward:before { content: $fa-var-step-backward; }
|
.#{$fa-css-prefix}-step-backward:before { content: $fa-var-step-backward; }
|
||||||
.#{$fa-css-prefix}-step-forward:before { content: $fa-var-step-forward; }
|
.#{$fa-css-prefix}-step-forward:before { content: $fa-var-step-forward; }
|
||||||
.#{$fa-css-prefix}-stethoscope:before { content: $fa-var-stethoscope; }
|
.#{$fa-css-prefix}-stethoscope:before { content: $fa-var-stethoscope; }
|
||||||
|
@ -337,6 +337,8 @@ $fa-var-star: "\f005";
|
|||||||
$fa-var-star-half: "\f089";
|
$fa-var-star-half: "\f089";
|
||||||
$fa-var-star-half-o: "\f123";
|
$fa-var-star-half-o: "\f123";
|
||||||
$fa-var-star-o: "\f006";
|
$fa-var-star-o: "\f006";
|
||||||
|
$fa-var-steam: "\f1b6";
|
||||||
|
$fa-var-steam-square: "\f1b7";
|
||||||
$fa-var-step-backward: "\f048";
|
$fa-var-step-backward: "\f048";
|
||||||
$fa-var-step-forward: "\f051";
|
$fa-var-step-forward: "\f051";
|
||||||
$fa-var-stethoscope: "\f0f1";
|
$fa-var-stethoscope: "\f0f1";
|
||||||
|
Binary file not shown.
@ -2914,11 +2914,25 @@ icons:
|
|||||||
unicode: f1b4
|
unicode: f1b4
|
||||||
created: 4.1
|
created: 4.1
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Brand Icons
|
||||||
|
|
||||||
- name: Behance Square
|
- name: Behance Square
|
||||||
id: behance-square
|
id: behance-square
|
||||||
unicode: f1b5
|
unicode: f1b5
|
||||||
created: 4.1
|
created: 4.1
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Brand Icons
|
||||||
|
|
||||||
|
- name: Steam
|
||||||
|
id: steam
|
||||||
|
unicode: f1b6
|
||||||
|
created: 4.1
|
||||||
|
categories:
|
||||||
|
- Brand Icons
|
||||||
|
|
||||||
|
- name: Steam Square
|
||||||
|
id: steam-square
|
||||||
|
unicode: f1b7
|
||||||
|
created: 4.1
|
||||||
|
categories:
|
||||||
|
- Brand Icons
|
||||||
|
Loading…
Reference in New Issue
Block a user