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

https://github.com/sermuns/fontain

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

curl download font zip

Last synced: about 2 months ago
JSON representation

Quickly install fonts from Google Fonts, URLs or local archives

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).

![demo](media/demo.gif)

## 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
```