Use DNS prefetching to speed up web font loading

Poking around in a framework today, I saw they’d suggested using the new dns-prefetching feature in HTML5 to speed up resolving some foreign domains. Further digging showed folks are prefetching the domains from which Google serve their web fonts. It’s a great idea, given that web fonts are one of the biggest contributors to page …

Weekly link dump

HTML5 Bones HTML5 Bones is more a starter project than a template or framework. It’s a well structured, well commented HTML file, and includes Normalize.css for sane resets and HTML5Shiv.js to make IE<9 act like a modern browser. Throw in box-sizing declarations and a box-sizing polyfill, and you’ve got my starter project. Only much better. …