Download desired fonts
https://fonts.google.com/specimen/Raleway
Install Google Fonts on Debian
cd /usr/share/fontssudo mkdir googlefontscd googlefontssudo unzip -d . ~/Downloads/Raleway.zipsudo chmod -R --reference=/usr/share/fonts/opentype /usr/share/fonts/googlefonts
Register fonts
sudo fc-cache -fv
Check if font installed
fc-match Raleway(Name is camelcased if name has spaces)