how do you get fonts to look like that. I'm starting to see them all over the place. Fonts that look like they are indented into the page.
h1 {
text-shadow: 0 1px 0 #ccc;
}
the syntax here is: text-shadow: x-offset y-offset blur-radius shadow-color;