Skip to content

Commit

Permalink
Merge pull request #24 from opencollective/opencollective
Browse files Browse the repository at this point in the history
Activating Open Collective
  • Loading branch information
briangonzalez authored Apr 3, 2018
2 parents 72e4d7a + 8a2149c commit ad7d425
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 4 deletions.
33 changes: 32 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

---

[![build status](https://img.shields.io/travis/reactjs/redux/master.svg?style=flat-square)](https://travis-ci.org/matthewgonzalez/fontplop)
[![Backers on Open Collective](https://opencollective.com/fontplop/backers/badge.svg)](#backers) [![Sponsors on Open Collective](https://opencollective.com/fontplop/sponsors/badge.svg)](#sponsors) [![build status](https://img.shields.io/travis/reactjs/redux/master.svg?style=flat-square)](https://travis-ci.org/matthewgonzalez/fontplop)

FontPlop is an OSX/macOS application which takes `ttf` and `otf` files and outputs a webfont bundle: `woff2`, `woff`, `ttf`/`otf`. It is the simpler, faster, free successor to [FontPrep](http://www.fontprep.com), which is no longer maintained.

Expand Down Expand Up @@ -73,6 +73,37 @@ To accomodate for retina/non-retina screens, a multipage `TIFF` should be genera

```$ tiffutil -catnosizecheck dmg-background.tiff [email protected] -out dmg-background-combined.tiff```

### Credits

#### Contributors

This project exists thanks to all the people who contribute.
<a href="graphs/contributors"><img src="https://opencollective.com/fontplop/contributors.svg?width=890&button=false" /></a>


#### Backers

Thank you to all our backers! 🙏 [[Become a backer](https://opencollective.com/fontplop#backer)]

<a href="https://opencollective.com/fontplop#backers" target="_blank"><img src="https://opencollective.com/fontplop/backers.svg?width=890"></a>


#### Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [[Become a sponsor](https://opencollective.com/fontplop#sponsor)]

<a href="https://opencollective.com/fontplop/sponsor/0/website" target="_blank"><img src="https://opencollective.com/fontplop/sponsor/0/avatar.svg"></a>
<a href="https://opencollective.com/fontplop/sponsor/1/website" target="_blank"><img src="https://opencollective.com/fontplop/sponsor/1/avatar.svg"></a>
<a href="https://opencollective.com/fontplop/sponsor/2/website" target="_blank"><img src="https://opencollective.com/fontplop/sponsor/2/avatar.svg"></a>
<a href="https://opencollective.com/fontplop/sponsor/3/website" target="_blank"><img src="https://opencollective.com/fontplop/sponsor/3/avatar.svg"></a>
<a href="https://opencollective.com/fontplop/sponsor/4/website" target="_blank"><img src="https://opencollective.com/fontplop/sponsor/4/avatar.svg"></a>
<a href="https://opencollective.com/fontplop/sponsor/5/website" target="_blank"><img src="https://opencollective.com/fontplop/sponsor/5/avatar.svg"></a>
<a href="https://opencollective.com/fontplop/sponsor/6/website" target="_blank"><img src="https://opencollective.com/fontplop/sponsor/6/avatar.svg"></a>
<a href="https://opencollective.com/fontplop/sponsor/7/website" target="_blank"><img src="https://opencollective.com/fontplop/sponsor/7/avatar.svg"></a>
<a href="https://opencollective.com/fontplop/sponsor/8/website" target="_blank"><img src="https://opencollective.com/fontplop/sponsor/8/avatar.svg"></a>
<a href="https://opencollective.com/fontplop/sponsor/9/website" target="_blank"><img src="https://opencollective.com/fontplop/sponsor/9/avatar.svg"></a>



### License

Expand Down
13 changes: 10 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"make": "electron-forge make",
"lint": "tslint --project tsconfig.json --type-check --force --fix",
"publish": "electron-forge publish",
"test": "jest"
"test": "jest",
"postinstall": "opencollective postinstall"
},
"keywords": [],
"contributors": [
Expand Down Expand Up @@ -71,10 +72,11 @@
"electron-json-storage": "^3.2.0",
"fonteditor-core": "0.0.37",
"github-version-checker": "github:matthewgonzalez/github-version-checker",
"opencollective": "^1.0.3",
"react": "^16.0.0",
"react-hot-loader": "^3.0.0-beta.7",
"react-dom": "^16.0.0",
"react-dropzone": "^4.1.3",
"react-hot-loader": "^3.0.0-beta.7",
"replace-ext": "^1.0.0",
"rimraf": "^2.6.2",
"tslib": "^1.7.1",
Expand Down Expand Up @@ -112,5 +114,10 @@
"jsx",
"json"
]
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/fontplop",
"logo": "https://opencollective.com/fontplop/logo.txt"
}
}
}

0 comments on commit ad7d425

Please sign in to comment.