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
- Host: GitHub
- URL: https://github.com/sermuns/fontain
- Owner: sermuns
- License: wtfpl
- Created: 2025-12-18T20:13:10.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-12-19T22:15:00.000Z (about 2 months ago)
- Last Synced: 2025-12-22T07:10:03.068Z (about 1 month ago)
- Topics: curl, download, font, zip
- Language: Rust
- Homepage:
- Size: 82 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.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
```