adding openid logo #75

This commit is contained in:
Dave Gandy 2014-04-26 16:39:41 -05:00
parent 0638294e3c
commit bcadb1fdf9
9 changed files with 17 additions and 0 deletions

View file

@ -1341,3 +1341,6 @@
.fa-wordpress:before {
content: "\f19a";
}
.fa-openid:before {
content: "\f19b";
}

View file

@ -1341,3 +1341,6 @@
.fa-wordpress:before {
content: "\f19a";
}
.fa-openid:before {
content: "\f19b";
}

Binary file not shown.

View file

@ -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; }

View file

@ -382,4 +382,5 @@
@fa-var-slack: "\f198";
@fa-var-envelope-square: "\f199";
@fa-var-wordpress: "\f19a";
@fa-var-openid: "\f19b";

View file

@ -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; }

View file

@ -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";

View file

@ -2739,3 +2739,10 @@ icons:
created: 4.1
categories:
- Brand Icons
- name: OpenID
id: openid
unicode: f19b
created: 4.1
categories:
- Brand Icons