Skip to content

Commit

Permalink
Add Sofort and Ripple logos
Browse files Browse the repository at this point in the history
- Closes #7
- Closes #8
  • Loading branch information
orlandotm committed May 3, 2014
1 parent de0c3c7 commit b760d64
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 4 deletions.
2 changes: 2 additions & 0 deletions demo/demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ <h3 class="masthead-brand">Payment Webfont</h3>
<li><i class="pw pw-ec"></i></li>
<li><i class="pw pw-bitcoin"></i></li>
<li><i class="pw pw-bitcoin-sign"></i></li>
<li><i class="pw pw-ripple"></i></li>
<li><i class="pw pw-sofort"></i></li>
</ul>
</div>
<div class="mastfoot">
Expand Down
Binary file modified fonts/payment-webfont.eot
Binary file not shown.
6 changes: 4 additions & 2 deletions fonts/payment-webfont.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 fonts/payment-webfont.ttf
Binary file not shown.
Binary file modified fonts/payment-webfont.woff
Binary file not shown.
6 changes: 6 additions & 0 deletions ie7/ie7.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
.pw-ripple {
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe616;');
}
.pw-sofort {
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe617;');
}
.pw-bitcoin {
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe614;');
}
Expand Down
2 changes: 2 additions & 0 deletions ie7/ie7.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
el.innerHTML = '<span style="font-family: \'payment-webfont\'">' + entity + '</span>' + html;
}
var icons = {
'pw-ripple': '&#xe616;',
'pw-sofort': '&#xe617;',
'pw-bitcoin': '&#xe614;',
'pw-bitcoin-sign': '&#xe615;',
'pw-diners': '&#xe609;',
Expand Down
Binary file modified preview.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 8 additions & 2 deletions style.css

Large diffs are not rendered by default.

0 comments on commit b760d64

Please sign in to comment.