Skip to content

Instantly share code, notes, and snippets.

View anthonyhexium's full-sized avatar
🚀
Making my ideas real

Anthony R. anthonyhexium

🚀
Making my ideas real
View GitHub Profile
@davidofwatkins
davidofwatkins / google-fonts-sync-git.md
Last active August 31, 2024 10:01
Keep MacOS Fonts Updated with Google Fonts

Google Fonts suggests syncing fonts to your computer with a tool called SkyFonts. However, if you're running MacOS and want to keep your machine updated with all Google Fonts without any extra software, you can do this with Git, thanks to the Google Fonts Repo.

To do this, run the following in your terminal:

cd ~/Library/Fonts/
git clone --depth 1 https://github.com/google/fonts.git google-fonts

Done! In the future, you can download new fonts by running: