Download Google Fonts from:
This archive contains ALL Google Fonts (~350MB). Most users only need a few families — installing everything can be overkill. Consider visiting fonts.google.com and downloading only the fonts you actually need. You can download individual font families directly from the Google Fonts website and install them manually, which saves disk space and keeps your font list manageable.
Create a .fonts directory in home using the terminal and the command:
mkdir ~/.fonts
If you downloaded individual font families, copy the .ttf files directly into ~/.fonts. For the full archive, unzip the contents into the .fonts directory:
cd ~/.fonts; unzip ~/Downloads/master.zip
Regenerate the font cache command:
sudo fc-cache -fv
Verify that fonts are installed by searching for a specific family:
fc-list | grep -i "roboto"
If you want new fonts to be loaded into already open applications, you must close and reopen them.
Fontconfig also supports per-user font configuration in ~/.config/fontconfig/ for advanced font rendering settings. A notable distinction: web fonts served via Google Fonts CDN are often better for web development since they load on demand and don’t affect system performance, while system fonts are better for graphic design apps like GIMP, Inkscape, or LibreOffice that need local font access.
After these steps, all Google fonts (or your selected subset) will be available system-wide in desktop applications and design tools.
Related What I Do
Related What I Do
These What I Do pages are matched from the subject matter of this article, creating a cleaner path from educational content to implementation work.
Continue reading
Related articles
Based on shared categories first, then the strongest overlap in tags.