Little Asterisk 1 Report post Posted May 20, 2010 Yesterday, a great thing just happened for web developers! Google, amongst other things, announced that they'll have a database of fonts available for web designers hosted on their servers. What that means for you (that is, a web developer/designer ) is that you'll have a huge benefit just because the fonts you link to are likely going to be cached by your users from other websites using the same service. Also, the most interesting thing here is that the fonts will be available for IE 6 and above, as well as for modern browsers! Yes, that's right! Even the users with the worst web browser (in history) will be able to see your site in its full glory! (You'll have to excuse me a bit, I'm very excited about this )To show you how easy it is to implement the font, I've just pasted this in as an example: <head><link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=DESIRED_FAMILY"><style>some_selector { font-family: "DESIRED_FAMILY", backup, fallback_to;</style>And that's it! No worries about anything else!For more info on this, you can visit:https://developers.google.com/fonts/docs/getting_started?csw=1 - The getting started guidehttps://developers.google.com/fonts/faq?csw=1 - Frequently asked questionshttp://forums.xisto.com/no_longer_exists/ - The fonts supported (I expect on more to come )https://developers.google.com/fonts/?csw=1 - Font APISo, what do you think about this? In my personal opinion, just another step closer to print design... Share this post Link to post Share on other sites