I must be missing something simple?
LightHOUSE(!)
informs me I should preload "optional fonts. So, I added the preload as font attributes.
Is there a data attribute missing? Or maybe I need to also add a type attribute with a specific font?
( I might be missing the days of ugly fonts. So, thanks to whoever for this rot. )
( Did I say that out loud? )
Scott
LightHOUSE(!)
Fonts with font-display: optional are not preloaded
<link rel="preconnect" href="//www.google-analytics.com" data-resource-group="css_list" data-resource-code="preconnect-google-analytics" />
<link rel="preload" as="font" href="https://fonts.gstatic.com" data-resource-group="css_list" data-resource-code="preconnect-google-fonts" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Poppins:300,400,600,700|Roboto:400i& ;display=optional" data-resource-group="css_list" data-resource-code="google-fonts" />
<link media="all" rel="stylesheet" type="text/css" href="https://www.domain.com/mm5/json.mvc?Store_Code=epx&Function=CSSCombinedRe source_Output&CSSCombinedResource_Code=stylesh eet&T=3001b9cb" data-resource-group="css_list" data-resource-code="stylesheet" />
<link rel="preload" as="font" href="https://fonts.gstatic.com" data-resource-group="css_list" data-resource-code="preconnect-google-fonts" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Poppins:300,400,600,700|Roboto:400i& ;display=optional" data-resource-group="css_list" data-resource-code="google-fonts" />
<link media="all" rel="stylesheet" type="text/css" href="https://www.domain.com/mm5/json.mvc?Store_Code=epx&Function=CSSCombinedRe source_Output&CSSCombinedResource_Code=stylesh eet&T=3001b9cb" data-resource-group="css_list" data-resource-code="stylesheet" />
( I might be missing the days of ugly fonts. So, thanks to whoever for this rot. )
( Did I say that out loud? )
Scott
Comment