Is it possible to preload @font-face files for later use?
Ideally I'd like to:
- Detect the correct font file for the browser (woff, eot, ttf, etc) and preload it
- Detect when the font has been loaded, to trigger further events
This will form part of a preloader tool that will calculate progress and block page interaction. This generally rules out browser based solutions such as prefetch.