Sha256: 6665cea5502851deb3dc9b48a9b3a73d76776f5de31cb7716dcc6f3ad57ad2b1
Contents?: true
Size: 677 Bytes
Versions: 3
Compression:
Stored size: 677 Bytes
Contents
# Fontist with Fontconfig Fontconfig is software designed to provide fonts to other programs. It is typically used on Linux, but also available on macOS and Windows. Fontconfig is used by LibreOffice, GIMP, and many other programs. In order to find Fontist fonts, Fontconfig should be updated to include Fontist paths. This can be done with the `--update-fontconfig` option of `install`: ```sh fontist install --update-fontconfig 'courier prime' ``` Or by calling a special command: ```sh fontist fontconfig update ``` This will create a configuration file in `~/.config/fontconfig/conf.d/10-fontist.conf`. To remove it, please use: ```sh fontist fontconfig remove ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
fontist-1.21.2 | docs/guide/fontconfig.md |
fontist-1.21.1 | docs/guide/fontconfig.md |
fontist-1.20.0 | docs/guide/fontconfig.md |