diff --git a/README.md b/README.md index 04dfa2f..4b7ce35 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -PaymentFont 1.0.1 +PaymentFont 1.1.0 ================= A sleek webfont containing icons of all main payment operators and methods. @@ -101,6 +101,7 @@ To be added, feel welcome to contribute an installation guide ;) - 2014-12-09 v0.2.0 Added 11 new icons, updated pf-paypal, pf-paypal-alt and pf-paylife. - 2014-12-17 v1.0.0 Added 9 new icons, replaced Gittip with Gratipay (new alias pf-gratipay), added Bower and Git Tags, submitted to Fontello. - 2015-01-17 v1.0.1 Added 1 new icon, updated Braintree icon, minor enhancements. +- 2015-04-24 v1.1.0 Improved performance, added WOFF2, fixed Bower config - finally ;) ##License - The font is licensed under the SIL OFL 1.1: diff --git a/bower.json b/bower.json index 7e7caf0..80fc3e0 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "paymentfont", - "description": "A sleek webfont containing icons of all main payment operators and methods", - "version": "1.0.1", + "description": "PaymentFont - A sleek webfont containing icons of all main payment operators and methods", + "version": "1.1.0", "keywords": [ "payment", "webfont", @@ -11,7 +11,7 @@ "homepage": "http://paymentfont.io", "dependencies": {}, "devDependencies": {}, - "license": ["OFL-1.1","MIT"], + "license": ["OFL-1.1", "MIT", "CC-BY-3.0"], "main": [ "./css/*", "./fonts/*" @@ -19,6 +19,11 @@ "ignore": [ "*/.*", "*.png", + "*.json", + "src", + "*.yml", + "Gemfile", + "Gemfile.lock", "*.md" ] } \ No newline at end of file diff --git a/component.json b/component.json index 0359342..f41358d 100644 --- a/component.json +++ b/component.json @@ -1,23 +1,26 @@ { "name": "paymentfont", "repo": "vendocrat/PaymentFont", - "description": "A sleek webfont containing icons of all main payment operators and methods", - "version": "1.0.0", + "description": "PaymentFont - A sleek webfont containing icons of all main payment operators and methods", + "version": "1.1.0", "keywords": [ "payment", "webfont", "font", "icon", ], + "dependencies": {}, + "development": {}, + "license": "SIL, MIT, CC BY 3.0", + "styles": [ + "css/paymentfont.css" + "css/paymentfont.min.css" + ], "fonts": [ "fonts/paymentfont-webfont.eot", "fonts/paymentfont-webfont.svg", "fonts/paymentfont-webfont.ttf", "fonts/paymentfont-webfont.woff" + "fonts/PaymentFont.otf" ], - "styles": [ - "css/paymentfont.css" - "css/paymentfont.min.css" - ], - "license": ["OFL-1.1", "MIT"], } \ No newline at end of file diff --git a/composer.json b/composer.json index 3c74613..e64c59a 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { - "name": "paymentfont", - "description": "A sleek webfont containing icons of all main payment operators and methods", - "version": "1.0.0", + "name": "vendocrat/paymentfont", + "description": "PaymentFont - A sleek webfont containing icons of all main payment operators and methods", + "version": "1.1.0", "keywords": [ "payment", "webfont", @@ -9,6 +9,13 @@ "icon", ], "homepage": "http://paymentfont.io", + "authors": [ + { + "name": "Alexander Manfred Poellmann", + "role": "Developer", + "homepage": "http://twitter.com/AMPoellmann" + } + ], "dependencies": {}, "devDependencies": {}, "license": ["OFL-1.1", "MIT"], @@ -16,9 +23,14 @@ "./css/*", "./fonts/*" ], - "ignore": [ + "ignore": [ "*/.*", "*.png", + "*.json", + "src", + "*.yml", + "Gemfile", + "Gemfile.lock", "*.md" ] -} \ No newline at end of file +} diff --git a/css/paymentfont.css b/css/paymentfont.css index 2800f9c..ac432ec 100644 --- a/css/paymentfont.css +++ b/css/paymentfont.css @@ -1,11 +1,11 @@ /** - * PaymentFont Styles 1.0.1 + * PaymentFont Styles 1.1.0 * * @since 2014-09-21 - * @version 2015-01-17 + * @version 2015-04-24 * - * @author Poellmann Alexander Manfred - * @copyright Copyright 2014 vendocrat. All Rights Reserved. + * @author Poellmann Alexander Manfred (@AMPoellmann) + * @copyright Copyright 2015 vendocrat. All Rights Reserved. * @link https://vendocr.at/ * * @license Font: SIL OFL 1.1, CSS: MIT License @@ -15,6 +15,7 @@ font-family:'PaymentFont'; src:url('../fonts/paymentfont-webfont.eot'); src:url('../fonts/paymentfont-webfont.eot?#iefix') format('embedded-opentype'), + url('../fonts/paymentfont-webfont.woff') format('woff2'), url('../fonts/paymentfont-webfont.woff') format('woff'), url('../fonts/paymentfont-webfont.ttf') format('truetype'), url('../fonts/paymentfont-webfont.svg#paymentfont-webfont') format('svg'); diff --git a/css/paymentfont.min.css b/css/paymentfont.min.css index da70eb6..166ced8 100644 --- a/css/paymentfont.min.css +++ b/css/paymentfont.min.css @@ -1,9 +1,9 @@ /** - * PaymentFont Styles 1.0.1 by @vendocrat/@AMPoellmann + * PaymentFont Styles 1.1.0 by @vendocrat/@AMPoellmann * https://vendocr.at or @vendocrat * License Font: SIL OFL 1.1, CSS: MIT License */ -@font-face{font-family:PaymentFont;src:url(../fonts/paymentfont-webfont.eot);src:url(../fonts/paymentfont-webfont.eot?#iefix) format('embedded-opentype'),url(../fonts/paymentfont-webfont.woff) format('woff'),url(../fonts/paymentfont-webfont.ttf) format('truetype'),url(../fonts/paymentfont-webfont.svg#paymentfont-webfont) format('svg');font-weight:400;font-style:normal}.pf{display:inline-block;font:normal normal normal 14px/1 PaymentFont;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.pf-amazon:before{content:"\f000"}.pf-american-express:before{content:"\f001"}.pf-american-express-alt:before{content:"\f002"}.pf-atm:before{content:"\f003"}.pf-bankomat:before{content:"\f004"}.pf-bank-transfer:before{content:"\f005"}.pf-bitcoin:before{content:"\f006"}.pf-bitcoin-sign:before{content:"\f007"}.pf-braintree:before{content:"\f008"}.pf-btc:before{content:"\f009"}.pf-card:before{content:"\f00a"}.pf-carta-si:before{content:"\f00b"}.pf-cash:before{content:"\f00c"}.pf-cash-on-delivery:before{content:"\f00d"}.pf-cb:before{content:"\f00e"}.pf-cirrus:before{content:"\f00f"}.pf-cirrus-alt:before{content:"\f010"}.pf-clickandbuy:before{content:"\f011"}.pf-credit-card:before{content:"\f012"}.pf-diners:before{content:"\f013"}.pf-discover:before{content:"\f014"}.pf-ec:before{content:"\f015"}.pf-eps:before{content:"\f016"}.pf-eur:before{content:"\f017"}.pf-facture:before{content:"\f018"}.pf-fattura:before{content:"\f019"}.pf-flattr:before{content:"\f01a"}.pf-giropay:before{content:"\f01b"}.pf-gittip:before,.pf-gratipay:before{content:"\f01c"}.pf-google-wallet:before{content:"\f01d"}.pf-google-wallet-alt:before{content:"\f01e"}.pf-gpb:before{content:"\f01f"}.pf-ideal:before{content:"\f020"}.pf-ils:before{content:"\f021"}.pf-inr:before{content:"\f022"}.pf-invoice:before{content:"\f023"}.pf-invoice-sign:before{content:"\f024"}.pf-invoice-sign-alt:before{content:"\f025"}.pf-invoice-sign-alt-o:before{content:"\f026"}.pf-invoice-sign-o:before{content:"\f027"}.pf-jcb:before{content:"\f028"}.pf-jpy:before{content:"\f029"}.pf-krw:before{content:"\f02a"}.pf-maestro:before{content:"\f02b"}.pf-maestro-alt:before{content:"\f02c"}.pf-mastercard:before{content:"\f02d"}.pf-mastercard-alt:before{content:"\f02e"}.pf-mastercard-securecode:before{content:"\f02f"}.pf-ogone:before{content:"\f030"}.pf-paybox:before{content:"\f031"}.pf-paylife:before{content:"\f032"}.pf-paypal:before{content:"\f033"}.pf-paypal-alt:before{content:"\f034"}.pf-paysafecard:before{content:"\f035"}.pf-postepay:before{content:"\f036"}.pf-quick:before{content:"\f037"}.pf-rechnung:before{content:"\f038"}.pf-ripple:before{content:"\f039"}.pf-rub:before{content:"\f03a"}.pf-skrill:before{content:"\f03b"}.pf-sofort:before{content:"\f03c"}.pf-square:before{content:"\f03d"}.pf-stripe:before{content:"\f03e"}.pf-truste:before{content:"\f03f"}.pf-try:before{content:"\f040"}.pf-unionpay:before{content:"\f041"}.pf-usd:before{content:"\f042"}.pf-verified-by-visa:before{content:"\f043"}.pf-verisign:before{content:"\f044"}.pf-visa:before{content:"\f045"}.pf-visa-electron:before{content:"\f046"}.pf-western-union:before{content:"\f047"}.pf-western-union-alt:before{content:"\f048"}.pf-wirecard:before{content:"\f049"}.pf-sepa:before{content:"\f04a"}.pf-sepa-alt:before{content:"\f04b"}.pf-apple-pay:before{content:"\f04c"}.pf-interac:before{content:"\f04d"}.pf-paymill:before{content:"\f04e"}.pf-dankort:before{content:"\f04f"}.pf-bancontact-mister-cash:before{content:"\f050"}.pf-moip:before{content:"\f051"}.pf-pagseguro:before{content:"\f052"}.pf-cash-on-pickup:before{content:"\f053"}.pf-sage:before{content:"\f054"}.pf-elo:before{content:"\f055"}.pf-elo-alt:before{content:"\f056"}.pf-payu:before{content:"\f057"}.pf-mercado-pago:before{content:"\f058"}.pf-mercado-pago-sign:before{content:"\f059"}.pf-payshop:before{content:"\f05a"}.pf-multibanco:before{content:"\f05b"}.pf-gratipay-sign:before{content:"\f05c"}.pf-six:before{content:"\f05d"}.pf-cashcloud:before{content:"\f05e"} +@font-face{font-family:PaymentFont;src:url(../fonts/paymentfont-webfont.eot);src:url(../fonts/paymentfont-webfont.eot?#iefix) format('embedded-opentype'),url('../fonts/paymentfont-webfont.woff') format('woff2'),url(../fonts/paymentfont-webfont.woff) format('woff'),url(../fonts/paymentfont-webfont.ttf) format('truetype'),url(../fonts/paymentfont-webfont.svg#paymentfont-webfont) format('svg');font-weight:400;font-style:normal}.pf{display:inline-block;font:normal normal normal 14px/1 PaymentFont;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.pf-amazon:before{content:"\f000"}.pf-american-express:before{content:"\f001"}.pf-american-express-alt:before{content:"\f002"}.pf-atm:before{content:"\f003"}.pf-bankomat:before{content:"\f004"}.pf-bank-transfer:before{content:"\f005"}.pf-bitcoin:before{content:"\f006"}.pf-bitcoin-sign:before{content:"\f007"}.pf-braintree:before{content:"\f008"}.pf-btc:before{content:"\f009"}.pf-card:before{content:"\f00a"}.pf-carta-si:before{content:"\f00b"}.pf-cash:before{content:"\f00c"}.pf-cash-on-delivery:before{content:"\f00d"}.pf-cb:before{content:"\f00e"}.pf-cirrus:before{content:"\f00f"}.pf-cirrus-alt:before{content:"\f010"}.pf-clickandbuy:before{content:"\f011"}.pf-credit-card:before{content:"\f012"}.pf-diners:before{content:"\f013"}.pf-discover:before{content:"\f014"}.pf-ec:before{content:"\f015"}.pf-eps:before{content:"\f016"}.pf-eur:before{content:"\f017"}.pf-facture:before{content:"\f018"}.pf-fattura:before{content:"\f019"}.pf-flattr:before{content:"\f01a"}.pf-giropay:before{content:"\f01b"}.pf-gittip:before,.pf-gratipay:before{content:"\f01c"}.pf-google-wallet:before{content:"\f01d"}.pf-google-wallet-alt:before{content:"\f01e"}.pf-gpb:before{content:"\f01f"}.pf-ideal:before{content:"\f020"}.pf-ils:before{content:"\f021"}.pf-inr:before{content:"\f022"}.pf-invoice:before{content:"\f023"}.pf-invoice-sign:before{content:"\f024"}.pf-invoice-sign-alt:before{content:"\f025"}.pf-invoice-sign-alt-o:before{content:"\f026"}.pf-invoice-sign-o:before{content:"\f027"}.pf-jcb:before{content:"\f028"}.pf-jpy:before{content:"\f029"}.pf-krw:before{content:"\f02a"}.pf-maestro:before{content:"\f02b"}.pf-maestro-alt:before{content:"\f02c"}.pf-mastercard:before{content:"\f02d"}.pf-mastercard-alt:before{content:"\f02e"}.pf-mastercard-securecode:before{content:"\f02f"}.pf-ogone:before{content:"\f030"}.pf-paybox:before{content:"\f031"}.pf-paylife:before{content:"\f032"}.pf-paypal:before{content:"\f033"}.pf-paypal-alt:before{content:"\f034"}.pf-paysafecard:before{content:"\f035"}.pf-postepay:before{content:"\f036"}.pf-quick:before{content:"\f037"}.pf-rechnung:before{content:"\f038"}.pf-ripple:before{content:"\f039"}.pf-rub:before{content:"\f03a"}.pf-skrill:before{content:"\f03b"}.pf-sofort:before{content:"\f03c"}.pf-square:before{content:"\f03d"}.pf-stripe:before{content:"\f03e"}.pf-truste:before{content:"\f03f"}.pf-try:before{content:"\f040"}.pf-unionpay:before{content:"\f041"}.pf-usd:before{content:"\f042"}.pf-verified-by-visa:before{content:"\f043"}.pf-verisign:before{content:"\f044"}.pf-visa:before{content:"\f045"}.pf-visa-electron:before{content:"\f046"}.pf-western-union:before{content:"\f047"}.pf-western-union-alt:before{content:"\f048"}.pf-wirecard:before{content:"\f049"}.pf-sepa:before{content:"\f04a"}.pf-sepa-alt:before{content:"\f04b"}.pf-apple-pay:before{content:"\f04c"}.pf-interac:before{content:"\f04d"}.pf-paymill:before{content:"\f04e"}.pf-dankort:before{content:"\f04f"}.pf-bancontact-mister-cash:before{content:"\f050"}.pf-moip:before{content:"\f051"}.pf-pagseguro:before{content:"\f052"}.pf-cash-on-pickup:before{content:"\f053"}.pf-sage:before{content:"\f054"}.pf-elo:before{content:"\f055"}.pf-elo-alt:before{content:"\f056"}.pf-payu:before{content:"\f057"}.pf-mercado-pago:before{content:"\f058"}.pf-mercado-pago-sign:before{content:"\f059"}.pf-payshop:before{content:"\f05a"}.pf-multibanco:before{content:"\f05b"}.pf-gratipay-sign:before{content:"\f05c"}.pf-six:before{content:"\f05d"}.pf-cashcloud:before{content:"\f05e"} /* * Finito! */ \ No newline at end of file diff --git a/fonts/paymentfont-webfont.eot b/fonts/paymentfont-webfont.eot index 13d88bf..b6f96ec 100644 Binary files a/fonts/paymentfont-webfont.eot and b/fonts/paymentfont-webfont.eot differ diff --git a/fonts/paymentfont-webfont.svg b/fonts/paymentfont-webfont.svg index 30c2822..5adab57 100644 --- a/fonts/paymentfont-webfont.svg +++ b/fonts/paymentfont-webfont.svg @@ -1,105 +1,124 @@ -Generated by IcoMoon + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/fonts/paymentfont-webfont.ttf b/fonts/paymentfont-webfont.ttf index 1830e13..26a4915 100644 Binary files a/fonts/paymentfont-webfont.ttf and b/fonts/paymentfont-webfont.ttf differ diff --git a/fonts/paymentfont-webfont.woff b/fonts/paymentfont-webfont.woff index 445300e..3765341 100644 Binary files a/fonts/paymentfont-webfont.woff and b/fonts/paymentfont-webfont.woff differ diff --git a/fonts/paymentfont-webfont.woff2 b/fonts/paymentfont-webfont.woff2 new file mode 100644 index 0000000..0b9a09a Binary files /dev/null and b/fonts/paymentfont-webfont.woff2 differ