Is it possible to preload or otherwise cache @font-face fonts, most likely with javascript, before the page loads so you don\'t get that ugly jump when the page finally does
Google has a nice library for this: https://developers.google.com/webfonts/docs/webfont_loader You can use almost any fonts and the lib will add classes to the html tag.
It even gives you javascript events on when certrain fonts are loaded and active!
Don't forget to serve your fontfiles gzipped! it will certainly speed things up!