Google page speed insights , suggesting me
"Ensure text remains visible during webfonts load" .Leverage the font-display CSS feature to ensure text is user-visible while webfonts are loading.
I am using font awesome. (…fonts/fontawesome-webfont.woff2?v=4.7.0)
Please tell what exactly is Font-display CSS feature?

Sachin SinghPosted Jul 28, 2020, 10:32 PM
font-family: "FontAwesome";
font-weight: normal;
font-display: swap;
font-style: normal;
src: url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2");
Aman GuptaPosted Jul 28, 2020, 10:12 PM