Skip to content

Commit

Permalink
update svg fonts (mastercard)
Browse files Browse the repository at this point in the history
  • Loading branch information
orlandotm committed Apr 28, 2014
1 parent f055351 commit 91d3611
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
Binary file modified fonts/payment-webfont.eot
100644 → 100755
Binary file not shown.
2 changes: 1 addition & 1 deletion fonts/payment-webfont.svg
100644 → 100755
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
100644 → 100755
Binary file not shown.
Binary file modified fonts/payment-webfont.woff
100644 → 100755
Binary file not shown.
6 changes: 3 additions & 3 deletions ie7/ie7.css
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
.pw-mastercard {
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
}
.pw-trust-e {
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
}
Expand Down Expand Up @@ -37,9 +40,6 @@
.pw-maestro {
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
}
.pw-mastercard {
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
}
.pw-visa {
*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '');
}
Expand Down
2 changes: 1 addition & 1 deletion ie7/ie7.js
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
el.innerHTML = '<span style="font-family: \'payment-webfont\'">' + entity + '</span>' + html;
}
var icons = {
'pw-mastercard': '&#xe602;',
'pw-trust-e': '&#xe612;',
'pw-amazon': '&#xe613;',
'pw-jcb': '&#xe610;',
Expand All @@ -26,7 +27,6 @@
'pw-american-express': '&#xe607;',
'pw-paypal': '&#xe604;',
'pw-maestro': '&#xe605;',
'pw-mastercard': '&#xe602;',
'pw-visa': '&#xe601;',
'pw-visa-electron': '&#xe606;',
'pw-postepay': '&#xe608;',
Expand Down
10 changes: 5 additions & 5 deletions style.css
100644 → 100755

Large diffs are not rendered by default.

0 comments on commit 91d3611

Please sign in to comment.