What's new in CSS3 text effects?
1) How about the text-shadow
property that will let you add shadow to text?
It should be working now on this document's <h2> tags.
Test first in Safari to see it work, then try other browsers.
2) Multiple shadwows have been applied to the <h3> below. View the browser source to see how this works.
Multiple shadows are HOT!
3 - CSS3 Web Fonts
(Font embeding) is pretty exciting. Soon we won't have to worry about what fonts the user has - we can use any font we wish, as long as we embed it in the page.