A command-line font manager for Google Web Fonts.
$ git clone https://github.com/alyssais/font.git
$ cd font/
$ sudo rake # May not need to sudo, but it can't hurt.
$ rake uninstall
$ font list
You can also show the fonts you currently have installed:
$ font list installed
Or fonts that are currently not installed.
$ font list not_installed
$ font show "Droid Sans"
$ font preview "Droid Sans"
Fonts will be installed at ~/Library/Fonts
by default, but this can be changed by setting the FONT_PATH
environment variable.
The default font path is compatible with OS X.
$ font install "Droid Sans"
You can specify a variant (available variants are shown with $ font show <name>
).
$ font install "Droid Sans" 700
You can also install all fonts. (May take a while).
$ font install all
$ font uninstall "Droid Sans"
You can specify a variant (available variants are shown with $ font show <name>
).
$ font uninstall "Droid Sans" 700
You can also uninstall all fonts.
$ font uninstall all