Windows Vista was launched to the retail market today and the new product brings new system fonts that can be accessed from the CSS friendly Internet Explorer 7.
Here they are:
You can degrade your font choice gracefully using CSS so that if a user is on Vista they will get the new font but if they are not they will get another one.
In this example if the user does not have Corbel they get Lucida Sans. If they don't have Lucida Sans they will get Verdana and so on.
font: 62.5%/1.5 "Candara", "Lucida Sans", Verdana, Tahoma, sans-serif;
With such a limited choice of system fonts this is something for typography fans to cheer about (well a little bit!).
This is a journal entry written by George Ornbo, a web designer who lives and works in London, England.