Pagespeed is giving me a warning,
Make sure text remains visible during webfont load
I have been researching how to fix this problem and I found people suggesting to include the font-display: fallback
argument in the font declaration block. However, I am loading my font through typekit like this
@import url("https://use.typekit.net/111111.css");
Is there a way to add the font-display: fallback
argument to the font when using the above method, in order to prevent Pagespeed from flagging it?