To overcome invisible text, PageSpeed Insights suggested using the fallback font for the whole application using font-display: swap in the @font-face declaration. I have added the property to each of the @font-face of my web application, but am unable to test it as the changes are still on my local machine.
So, now how do I test font-display: swap on my local machine and make sure it works and probably capture some screenshot or have a document supporting it?

