add local font files linux
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>
Some fonts aren’t always available via your package manager, so linux lets you cheat.
~/.local/share/fonts/
fc-cache -f -v
fc-list | grep <font name>