Skip to content

Commit

Permalink
Update to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderPoellmann committed Apr 24, 2015
1 parent 34a6a72 commit 80d7b6f
Show file tree
Hide file tree
Showing 11 changed files with 164 additions and 123 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PaymentFont 1.0.1
PaymentFont 1.1.0
=================

A sleek webfont containing icons of all main payment operators and methods.
Expand Down Expand Up @@ -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:
Expand Down
11 changes: 8 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -11,14 +11,19 @@
"homepage": "http://paymentfont.io",
"dependencies": {},
"devDependencies": {},
"license": ["OFL-1.1","MIT"],
"license": ["OFL-1.1", "MIT", "CC-BY-3.0"],
"main": [
"./css/*",
"./fonts/*"
],
"ignore": [
"*/.*",
"*.png",
"*.json",
"src",
"*.yml",
"Gemfile",
"Gemfile.lock",
"*.md"
]
}
17 changes: 10 additions & 7 deletions component.json
Original file line number Diff line number Diff line change
@@ -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"],
}
22 changes: 17 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,36 @@
{
"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",
"font",
"icon",
],
"homepage": "http://paymentfont.io",
"authors": [
{
"name": "Alexander Manfred Poellmann",
"role": "Developer",
"homepage": "http://twitter.com/AMPoellmann"
}
],
"dependencies": {},
"devDependencies": {},
"license": ["OFL-1.1", "MIT"],
"main": [
"./css/*",
"./fonts/*"
],
"ignore": [
"ignore": [
"*/.*",
"*.png",
"*.json",
"src",
"*.yml",
"Gemfile",
"Gemfile.lock",
"*.md"
]
}
}
9 changes: 5 additions & 4 deletions css/paymentfont.css
Original file line number Diff line number Diff line change
@@ -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 <alex@vendocr.at>
* @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
Expand All @@ -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');
Expand Down
4 changes: 2 additions & 2 deletions css/paymentfont.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified fonts/paymentfont-webfont.eot
Binary file not shown.
Loading

0 comments on commit 80d7b6f

Please sign in to comment.