notes/Load New Fonts ttf-kxSqsBLF.sh
#####load new fonts on Linux#####

##for local user##
#for system wide usage /usr/share/fonts/truetype/ should work

#make font dir and move font files there

mkdir -p $HOME/.local/share/fonts
cp *.ttf $HOME/.local/share/fonts

#update fonts to system
fc-cache -f -v

syntax highlighted by Code2HTML, v. 0.9.1