Pattern: Missing use of preconnect resource hint
Issue: -
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.
Add rel="preconnect"
to the Google Font domain <link>
tag:
<link rel="preconnect" href="https://fonts.gstatic.com" />