Skip to content

Commit

Permalink
added info-card and browserid icon
Browse files Browse the repository at this point in the history
  • Loading branch information
pfefferle committed Jun 4, 2012
1 parent 2b69e93 commit 1c7d38d
Show file tree
Hide file tree
Showing 8 changed files with 141 additions and 9 deletions.
8 changes: 7 additions & 1 deletion css/openwebicons-bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@
[class^="icon-opengraph"]:before, [class^=" icon-opengraph"]:before,
[class^="icon-opengraph"]:before, [class^=" icon-opengraph"]:before,
[class^="icon-foaf"]:before, [class^=" icon-foaf"]:before,
[class^="icon-info-card"]:before, [class^=" icon-info-card"]:before,
[class^="icon-browserid"]:before, [class^=" icon-browserid"]:before,
[class^="icon-open-web"]:before, [class^=" icon-open-web"]:before {
font-family: 'OpenWeb Icons';
font-smoothing: antialiased;
Expand Down Expand Up @@ -108,4 +110,8 @@

.icon-qr:before { content: "\f022"; }

.icon-foaf:before { content: "\f023"; }
.icon-foaf:before { content: "\f023"; }

.icon-info-card:before { content: "\f024"; }

.icon-browserid:before { content: "\f025"; }
6 changes: 5 additions & 1 deletion css/openwebicons.css
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,8 @@ a [class^="icon-"], a [class*=" icon-"] {

.icon-qr:before { content: "\f022"; }

.icon-foaf:before { content: "\f023"; }
.icon-foaf:before { content: "\f023"; }

.icon-info-card:before { content: "\f024"; }

.icon-browserid:before { content: "\f025"; }
Binary file modified font/openwebicons.eot
Binary file not shown.
2 changes: 2 additions & 0 deletions font/openwebicons.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified font/openwebicons.ttf
Binary file not shown.
Binary file modified font/openwebicons.woff
Binary file not shown.
Loading

0 comments on commit 1c7d38d

Please sign in to comment.