rsnext/errors/google-font-preconnect.md
2021-05-10 10:03:28 +02:00

476 B

Google Font Preconnect

Why This Error Occurred

A preconnect resource hint was not used with a request to the Google Fonts domain. Adding preconnect is recommended to initiate an early connection to the origin.

Possible Ways to Fix It

Add rel="preconnect" to the Google Font domain <link> tag:

<link rel="preconnect" href="https://fonts.gstatic.com" />