Install All Google Fonts
September 6, 2025 ยท View on GitHub
Automatically install all google fonts downloaded using: https://github.com/google/fonts/archive/main.zip
Installation - Easy but only for Windows x64
- Install google fonts using the link above then extract it.
- Download the latest release from here.
- Copy the exe file to the extracted directory and run it. It should start installing them one by one. Wait for it, it won't tell you which files is it installing.
In case you got an error, run the file with admin privileges (Run As Administrator on Windows)
Installation - Cross-platform but harder
This method will work for windows, mac and linux, but is a bit harder for non-programmers.
All you have to do is to run the python file in the root directory of the downloaded fonts folder:
- Install google fonts using the link above then extract it.
- Download and install python 3.12 from its website. Make sure "add to path" option (or something like that) is enabled. If you forgot, search for "adding python to environment path" and follow the instructions.
- Download install_all_google_fonts.py and copy it to the extracted folder from step 1.
- If you're on Windows, do the same (as step 3) with install.bat, otherwise do it on install.sh.
- Now simply double click the
install.bat/shfile and wait for it to install the fonts.
In case you got an error, run the file with admin privileges (Run As Administrator on Windows)