Installing Google Fonts on Windows


Most developers/designers may be aware of Google Fonts. But how do we install them on Windows? Continue reading and I will show you how...

Downloading Google Fonts

Open Powershell, and clone the google font git repository using git.

git clone https://github.com/google/fonts.git google-fonts

Installing the Fonts

While still in Powershell, open the folder you just cloned using the command

Invoke-Item google-fonts


In the search bar of explorer, type the following filter

ext:.ttf OR ext:.otf



Select and drag all the fonts to the fonts manager. Be warned: This may take some time

Yikes that's a lot

Profit!

After installation Enjoy your new set of over 3000 fonts.

0 comments:

Post a Comment

Back to Top