Improved Web Font Loading with Font Events API
Last year when I created this site, I set out with the goal of performance as my top priority. Recently, I’ve noticed the dreaded “Flash of Invisible Text” (FOIT) when using certain browsers. I ran across Scott Jehl’s article Font Loading Revisited with Font Events and decided to take his approach for a spin. In the article, Scott mentions a few Font Load Event API polyfills. For my approach, I’m using Bram Stein’s FontFaceObserver script. ...