Live data from Hacker News

Show HN: Google Fonts Checker

fontsplugin.com

1–10 of 18 posts

Re: Show HN: Google Fonts Checker

#5
This is nice.

Hosting fonts locally is something i've advocated since the beginnings of Google Fonts.

Apart from the stated benefits it also means fewer DNS lookups i.e. yet another point of failure gone and yet another privacy bonus. It's not just google that can spy on you, also your ISP.

PS: It's not just Google Fonts, this applies to all fonts stored on CDNs.

Re: Show HN: Google Fonts Checker

#8
If you're hosting your website with a static site generator on github/gitlab/sourcehut etc., check the documentation for whatever theme you're using. I'm using the Beautiful Hugo theme and switching to self-hosted fonts (and javascript) was as easy as adding

  [Params]
    selfHosted = true
in the top-level config.toml.
Post reply on HN