samuelbran / fontplop

Fast, Simple, & Free Open Source Webfont Converter

Home Page:http://www.fontplop.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fontplop logo


build status

FontPlop is an OSX/macOS application which takes ttf and otf files and outputs a webfont bundle: woff2, woff, tff, svg, and eot. It is the simpler, faster, free successor to FontPrep, which is no longer maintained.

Demo

fontplop demo

Testing

Run lint (tslint) and tests (Jest) like so:

npm run lint
npm run test

Donations

Via Bitcoin: 182JQcPACPh3bf6iQE73KB4Dvv5na6zep4

Building fontplop.com

fontplop.com is hosted on Github pages. Publish changes like so:

  1. Checkout site branch, which is a simple create-react-app app
  2. Make changes
  3. npm run deploy to publish to github

Generating Installation Background

To accomodate for retina/non-retina screens, a multipage TIFF should be generated from two files.

$ cd src/assets/build

$ tiffutil -catnosizecheck dmg-background.tiff dmg-background@2x.tiff -out dmg-background-combined.tiff

License

MIT

About

Fast, Simple, & Free Open Source Webfont Converter

http://www.fontplop.com


Languages

Language:TypeScript 73.9%Language:JavaScript 18.3%Language:HTML 6.8%Language:CSS 0.9%