-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
34a6a72
commit 80d7b6f
Showing
11 changed files
with
164 additions
and
123 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"], | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 <[email protected]> | ||
* @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'); | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Binary file not shown.
Oops, something went wrong.