Instead of @import I just base64 encode things as data URIs. One big fat CSS file with everything the browser needs.
Get the content loaded once and the cache generally takes care of making it fast enough.
> I've discovered a bug when using the Webfont Loader for Google Fonts or Typekit.
I've found most of the Google Web Fonts permit transformation and embedding. You just need to read the licenses closely.
Instead of @import I just base64 encode things as data URIs. One big fat CSS file with everything the browser needs.
Get the content loaded once and the cache generally takes care of making it fast enough.