Welcome on Lubyte.de
Lubyte.de serves interesting topics about Web development, particularly about JavaScript, HTML and CSS, as well an insight into my own actual projects. Furthermore there are some Information about my person and my personal Blog, where I mainly post about actual developments in the web.
My last three Blog entries
Woff and Caching
WOFF (Web Open Font Format) is a new web font format developed by Mozilla to embed custom fonts to websites. As I tried to use WOFF among with EOT (for Internet Explorer) and TrueType (Firefox 3.5) for this site, I noticed that Firefox is requesting the WOFF font twice and doesn't cache it, so it gets requested every time.
While debugging with Firebug I saw that Firefox aborts the first download of the font, request it again and then apply it to the website. This really turns down page loading.
I remembered having this issue with *.ttf and *.eot too and I fixed it before.
Posted under HTML+CSS, web fonts, web development, Lighttpd, Apache at August 10, 2010 4:37:00 PM CEST. 0 Comments were added. Permalink
