Google Font API
Google added something new and slick recently – the ability to embed non-standard fonts in web pages as a web service called the Google Font API. It’s pretty easy to tweak a CSS file and your page headers to use this and there are about 15 or 16 font families to choose from ranging from fancy cursives to old-English style text. I added the following to my headers on my GonZoville site:
1 2 | <link href='http://fonts.googleapis.com/css?family=IM+Fell+English'
rel='stylesheet' type='text/css'> |
and then changed the CSS for the various headers to include:
1 | font-family: 'IM Fell English', arial, serif; |
and voila, I have nice old-world style text in my article and sidebar headers. Awesome. For headers and the like this is a great way to do something fancy and/or unique without relying on a Flash-based plugin or off-screen rendering techniques.
Chrome
The new Google Chrome browser is a really nice piece of technology. Google has an uncanny knack for building applications which are fast, light, and smart. The search/address field is a very well done. Type whatever you want in there and get a list of likely matches. If nothing fits, hit return and go search for it. When you start using it, you wonder why this wasn’t the way it was at first.
Being able to turn any tab into a launchable desktop application is also great. It means I can now retire Prism from my Windows machine as Chrome does a better job – especially on GMail, Google Docs, and so on – go figure.
The minimalist interface gets in the way in some cases – like trying to figure out how to manage bookmarks. And if you’re used to the features you can end up with in Firefox once you load up all your add-ons, Chrome may be a downer. Because it does what it does – it does it fast and reliably, but that’s all it does.
But that isn’t bad. Use Firefox when you need your add-ons for downloading video or inserting BB-codes into message boards. Use Chrome for your web applications where you want them launched fast and you don’t need anything else getting in the way.
The one huge, huge problem with Chrome … it’s Windows only. Of course, this makes sense given the market share of That Platform. But still. The ‘Net runs on Linux and most of the best design work is done on the Mac. The opinion-makers don’t like on Windows 24×7. I’m sure Google will correct this.
In summary, Chrome is the ideal browser for accessing web-based applications (version control, project management, email, billing systems, and so on). It’s worth a shot and, while it may not take market share away from Internet Explorer, every user who can be lured away from it can be considered a “win” for web designers.