fontctrl

Keep your typeface font files up-to date.

Installing

fontctrl is currently under development and is experimental software. The easiest way to install the latest release is to run the following in a terminal:

curl -o- -L https://fontctrl.org/install.sh | bash -s

Currently only macOS is supported, but Windows and Linux support is coming soon.

If you rather prefer to install fontctrl manually, you can download the latest release.

Main repository

There’s a main repository of freely distributable fonts maintained by the Font Control group. It’s URL is:

https://fontctrl.org/fonts/

Configuration

fontctrl reads its configuration from a text file that you can edit to change what sources (repositories) your fonts are being installed from. fontctrl looks for the configuration file in the following locations, in order:

Shape of the configuration file:

{
  "repos": [
    { "url": "<repo_url>" }
  ],
  "font_dir": "<font_dir>"
}

In the future, the configuration file will be expanded to include account identity for accessing restricted repositories.