Project

fifi

0.0
The project is in a healthy, maintained state
Fifi installs or downloads Google Fonts with a simple CLI.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies
 Project Readme

Fifi

Fifi is a tiny CLI to download or install Google Fonts. It pulls font files from the Google Fonts GitHub repository via the GitHub API.

Usage

gem install fifi

fifi install nunito
fifi install nunito, inter, open sans
fifi download nunito -o assets/fonts
fifi download nunito

Install

gem install fifi

Options

  • -o, --output DIR: Download destination for download.
  • -s, --static: Prefer static fonts instead of variable.

Notes

  • The GitHub API is rate-limited. If you hit limits, set FIFI_GITHUB_TOKEN or GITHUB_TOKEN to a personal access token.

Install

Build and install the gem locally:

gem build fifi.gemspec
gem install ./fifi-0.1.0.gem