Typekit is announcing that Web Font Loader with version number 1.6.4 is already available to download.
What is Web Font Loader ?
Web Font Loader is A JavaScript library that gives developers more control over how fonts are loaded in their projects, especially when dealing with third-party hosted font families .
Web Font Loader acts as an unified interface, a general purpose API for fonts loaded via @font-face property.Today the library works with fonts hosted on services like Google Fonts, Typekit, Fonts.com, Fontdeck, and fonts loaded from your own server.Web Font Loader comes with various events to let the developer/application know the desired font family is still loading, active, fully loaded or has encountered an error.These can be used to trigger various JS functions, for either beautifying the page even more or just for applying fallback styles with browser native fonts.The library supports asynchronous font loading and works with multiple font families at once, even if hosted on different services.
This is changelog for Web Font Loader version 1.6.4 :
You can read the complete changelog and also download this latest version on their homepage:
developers.google.com