Giter Site home page Giter Site logo

colinlacherdis / fontplop Goto Github PK

View Code? Open in Web Editor NEW

This project forked from matthewgonzalez/fontplop

0.0 1.0 0.0 5.15 MB

Fast, Simple, & Free Open Source Webfont Converter

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

TypeScript 75.78% HTML 6.35% CSS 0.87% JavaScript 17.00%

fontplop's Introduction

fontplop logo


Backers on Open Collective Sponsors on Open Collective build status

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, which is no longer maintained.

Demo

fontplop demo

Installation

brew cask install fontplop

Testing

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

npm run lint
npm run test

Generated CSS (recommended)

Stolen directly from the Typekit site ๐Ÿ’‚๐Ÿ’ฐ

@font-face {
    font-family:"My Font";
    src:url("my-font.woff2") format("woff2"),url("my-font.woff") format("woff"),url("my-font.otf") format("opentype");
    font-style:normal;font-weight:400;
}

Why not EOT or SVG? Well, they're essentially no longer needed and/or dying off. See this issue. If you really need EOT/SVG fonts, you can download version 1.1.0 where those formats were last supported.

Donations

Help us keep FontPlop free and open source by making a donation. Thanks โ€“ it helps us continue to build awesome stuff.

Via OpenCollective: https://opencollective.com/fontplop

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 [email protected] -out dmg-background-combined.tiff

Credits

Contributors

This project exists thanks to all the people who contribute.

Backers

Thank you to all our backers! ๐Ÿ™ [Become a backer]

Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]

License

MIT

fontplop's People

Contributors

briangonzalez avatar impressivewebs avatar kaisermann avatar matthewgonzalez avatar monkeywithacupcake avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.