- Notifications
You must be signed in to change notification settings - Fork105
🧁 A font quality assurance tool for everyone
License
fonttools/fontbakery
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Font Bakery is a command-line tool for checking the quality of font projects.
For a quick overview, check out thelist of checks currently offered.And for a full written introductioncheck out our documentation at Read The Docs.
For video introductions, see theTypeCon 2018 andATypI 2020 FontBakery presentations.
Font Bakery has an active community of contributors from foundries around the world, including Adobe Fonts, Dalton Maag, Type Network, and Google Fonts.
Font Bakery is not an official Google project, and Google provides no support for it.However, throughout 2018-2025 a project maintainer, Felipe Corrêa da Silva Sanches (@felipesanches), is commissioned by the Google Fonts team to maintain it.The original software architecture (and maintenance of it) is by Lasse Fister (@graphicore).
Simon Cozens prepared atemplate git repo that makes it easy to build, check and proof fonts. He's also prepared a nice1 minute video showcasing it.
Font Bakery is available under the Apache 2.0 license.
All comments on the issue tracker or on pull requests will be treated as also licensed under this license such that they can be incorporated into the project code.
See the Font Bakery Installation Guide for your platform:
Font Bakery is primarily a Terminal app, learn more in theCommand Line Usage Guide.
If you write little Python scripts in your workflow, you can easilywrite custom checks.
For full developer documentation, check outfontbakery.readthedocs.io (a hosted and compiled copy of contents in the/docs
directory.)
See the guide toGetting Started as a Contributor.
The project was initiated by Dave Crossland in 2013 to accelerate the onboarding process for Google Fonts.In 2017 Lasse Fister and Felipe Sanches rewrote it into a modern, modular architecture suitable for both individuals and large distributors.Felipe has maintained the check contents since 2016.
In 2017, Lasse began a sister project,Font Bakery Dashboard:A UI and a cloud system that scales up for checking 1,000s of font files super fast and in parallel, by using 1,000s of "container" virtual machines.See hisTypoLabs 2018 talk on YouTube and itspresentation deck.However, the project was halted at the end of 2019.
Most of the checks are for OpenType binary files, and project metadata files.(Currently, the Google FontsMETADATA.pb
files are supported.)
If you are developing a font project publicly with Github (or a similar host) you can set up a Continuous Integration service (such as GHActions) to run Font Bakery on each commit, so that with each update all checks will be run on your files.
- Advances in Continuous Integration Testing at Google - 2018 presentation
About
🧁 A font quality assurance tool for everyone