I'm aware that one way to asynchronously/non-blockingly load a Google Font is to use their JavaScript Web Font Loader. However, are their any non-JS (preferably HTML/CSS) solutions?
One non-JS way is to add lazyload
at the end of tag used to import the Google Font. However this attribute isn't universally supported (far from it). So can we do better than that?
If there's no way around this other than using the JS solution, I'll accept that as an answer too.