lasseh/whynoipv6-web

Replace Google Fonts with locally hosted version

Mynacol opened this issue · 0 comments

AFAICT your page uses Google Fonts in one place.

You should be able to self-host the font by adding e.g. this npm package and modifying the import statements accordingly.

As you are using a CDN for the main website, self-hosting will be faster than delegating the client to another domain, adding avoidable TCP/TLS handshake overhead.