This topic has 2 replies, 2 voices, and was last updated 4 years, 1 months ago ago by Rose Tyler
Dear Support,
Google is heavily penalizing my website because it says that I should use <link rel=preload>
to prioritize fetching resources that are currently requested later in page load.
In particular:
fonts/arrows.woff
open-sans/OpenSans-Regular.ttf
open-sans/OpenSans-Light.ttf
fonts/star.woff
open-sans/OpenSans-Bold.ttf
fonts/fontawesome-webfont.woff?v=3.2.1
open-sans/OpenSans-Italic.ttf
lato/Lato-Light.ttf
Could you please help me to implement the prioritization requested?
Thanks.
F.
Hello,
We use wp_enqueue_style() wordpress function and there are no params to implement your request. Btw we also enqueue just css with @font-face of Lato, Open-Sans font-families so we don’t connect those font-families in separate request on the site.
http://prntscr.com/uwkhmq
And if you want to decrease Open-Sans and Lato font-families, please, deactivate option Default fonts in Theme Options
Regards
You must be logged in to reply to this topic.Log in/Sign up