To be honest Firefox 3.6 is a little lighter on Features than Firefox 3.5. It’s more about refining and improving than bells and whistles. Here are the things I feel are really noteworthy.
User Centric Features
UI Speed – Many things in the Firefox 3.6 UI have gotten faster. For example startup time has [...]
Posts Tagged ‘font-face’
Things You’ll Love About Firefox 3.6
Optimizing @font-face For Performance
You want to use @font-face, then you realize it’s got some downsides. First of all, it’s another http request, and we know that the golden rule of web performance is to keep http requests to a minimum. Secondly fonts aren’t even small files, they can be 50k+ in size. Lastly the lag [...]
@font-face Hacks
I’m going to make a bold prediction on the night before a certain web browser is scheduled gets an upgrade. @font-face (MDC) will change web design, but not just for typography. As I suggested a few days ago, to use a font on the web it needs to sit on a webserver so [...]