Batch install instructions to install every google font ever.
- Download the entire Google Font repo by going here and either cloning with
git clone
or downloading as a Zip file. - If you downloaded as a Zip, extract all the subdirectories of the archive from folder
otf
to another directory locally on your machine. The folderotf
just contains all the fonts. - The problem we have now is, the fonts are all in their own directory. This is a huge pain to install manually. Luckily, we have a solution. Open the directory containing all the font directories and then shift+right click in windows explorer. Hit open command prompt here.
- Type in
xcopy *.ttf DESTINATION /s
whereDESTINATION
is another directory on your machine. Do not use the directory you are already in, since it will mess up the next step. - Fantastic! All your ttf files are now on their own inside their own folder, but we still can't drag and drop install them. We must now close down Command Prompt and bring up your explorer window once again. In the search bar, type
NOT kind:folder
. You should now see a list of ttf files! Open another explorer window toControl Panel\All Control Panel Items\Fonts
and then drag all of the fonts into that window. - Profit!