Is there a way to configure the font path in Linux easily using a PATH-like variable or a configuration file?
I keep most of my fonts in Dropbox, so I'd like to set the font path to be something like:
/usr/share/fonts:$HOME/.fonts:$HOME/Dropbox/Documents/Fonts
Any way to do this?