A While back I coded a plugin to apply the letterpress effect, since then I’ve decided
that css’s text-shadow property was a better way to go, but some browsers don’t support
text-shadow *cough* IE *cough* this is a slight mod to check for IE & apply the letterpress
plugin to them, and use text-shadow on browsers that support it.
Here’s what it looks like:
and this is the code needed for this example:
This is a CSS / Graphic effect that usually requires a bit of planning and is
kind-of hard to throw into dynamic content, or content you have no control
over the markup of. No extra tags, or css required. No duplicate text needed.
Here’s the basics:
You can, however, edit the styles easily with these 5 options:
note: The blur will only be applied if text-shadow is being used.