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
- Host: GitHub
- URL: https://github.com/sermuns/fontain
- Owner: sermuns
- License: wtfpl
- Created: 2025-12-18T20:13:10.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2026-02-08T13:12:38.000Z (4 months ago)
- Last Synced: 2026-02-08T20:08:39.489Z (4 months ago)
- Topics: curl, download, font, zip
- Language: Rust
- Homepage:
- Size: 653 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
`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
```