add local font files linux
Published 2018-04-16, last edit 2020-02-25
Some fonts aren’t always available via your package manager, so linux lets you cheat.
- Shove the font file in
~/.local/share/fonts/
- Reload the cache:
fc-cache -f -v
- Check the font is present:
fc-list | grep <font name>