Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

CSS

Self hosting Google fonts

Correct me if I'm wrong but I believe you can self host Google fonts

1 Answer

Michael Hulet
Michael Hulet
47,913 Points

This is definitely possible, just like any other file you can download. However, it's generally recommended to not do this, because using Google's version of it will always serve you the latest version of the font, you'll be leveraging Google's fast, safe, and secure CDN, and you might be violating the license agreement of some fonts if you self-host them. I found this good article on some best practices when trying to do this