mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-11-20 11:14:28 +00:00
adding openid logo #75
This commit is contained in:
parent
0638294e3c
commit
bcadb1fdf9
3
css/font-awesome.css
vendored
3
css/font-awesome.css
vendored
@ -1341,3 +1341,6 @@
|
||||
.fa-wordpress:before {
|
||||
content: "\f19a";
|
||||
}
|
||||
.fa-openid:before {
|
||||
content: "\f19b";
|
||||
}
|
||||
|
3
css/font-awesome.min.css
vendored
3
css/font-awesome.min.css
vendored
@ -1341,3 +1341,6 @@
|
||||
.fa-wordpress:before {
|
||||
content: "\f19a";
|
||||
}
|
||||
.fa-openid:before {
|
||||
content: "\f19b";
|
||||
}
|
||||
|
Binary file not shown.
@ -414,3 +414,4 @@
|
||||
.@{fa-css-prefix}-slack:before { content: @fa-var-slack; }
|
||||
.@{fa-css-prefix}-envelope-square:before { content: @fa-var-envelope-square; }
|
||||
.@{fa-css-prefix}-wordpress:before { content: @fa-var-wordpress; }
|
||||
.@{fa-css-prefix}-openid:before { content: @fa-var-openid; }
|
||||
|
@ -382,4 +382,5 @@
|
||||
@fa-var-slack: "\f198";
|
||||
@fa-var-envelope-square: "\f199";
|
||||
@fa-var-wordpress: "\f19a";
|
||||
@fa-var-openid: "\f19b";
|
||||
|
||||
|
@ -414,3 +414,4 @@
|
||||
.#{$fa-css-prefix}-slack:before { content: $fa-var-slack; }
|
||||
.#{$fa-css-prefix}-envelope-square:before { content: $fa-var-envelope-square; }
|
||||
.#{$fa-css-prefix}-wordpress:before { content: $fa-var-wordpress; }
|
||||
.#{$fa-css-prefix}-openid:before { content: $fa-var-openid; }
|
||||
|
@ -382,4 +382,5 @@ $fa-var-space-shuttle: "\f197";
|
||||
$fa-var-slack: "\f198";
|
||||
$fa-var-envelope-square: "\f199";
|
||||
$fa-var-wordpress: "\f19a";
|
||||
$fa-var-openid: "\f19b";
|
||||
|
||||
|
Binary file not shown.
@ -2739,3 +2739,10 @@ icons:
|
||||
created: 4.1
|
||||
categories:
|
||||
- Brand Icons
|
||||
|
||||
- name: OpenID
|
||||
id: openid
|
||||
unicode: f19b
|
||||
created: 4.1
|
||||
categories:
|
||||
- Brand Icons
|
||||
|
Loading…
Reference in New Issue
Block a user