An open API service indexing awesome lists of open source software.

https://github.com/sermuns/fontain

install fonts from local archives or remote URLs, including Google Fonts
https://github.com/sermuns/fontain

curl download font zip

Last synced: about 1 month ago
JSON representation

install fonts from local archives or remote URLs, including Google Fonts

Awesome Lists containing this project

README

          





release-badge


WTFPL

Version info
NO AI


`fontain` is a command-line tool to install fonts. It can both unpack local archives containing fonts and download fonts from the web (including from Google Fonts).

## Installation

Prebuilt binaries are released for Linux and MacOS.

- You can download and unpack the
latest release from the [releases page](https://github.com/sermuns/fontain/releases/latest).

- Using [`cargo-binstall`](https://github.com/cargo-bins/cargo-binstall)

```sh
cargo binstall fontain
```

- From source

```sh
cargo install fontain
```