Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
< Back to tools
F

fontplop

> 编程语言
Open source

Fast, Simple, & Free Open Source Webfont Converter

789 stars0 likes0 views
WebsiteGitHub

About

Fast, Simple, & Free Open Source Webfont Converter


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

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

Issues· 8 open

View all issuesOpen on GitHub

No open issues yet, or sync has not completed.

> Tags

TypeScript

No comments yet. Be the first to share.

> Details

PublishedAug 1, 2026
UpdatedSep 17, 2026
Category编程语言
PricingOpen source

> Related tools

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言