How to make an inner shadow effect on big font using CSS text-shadow?
Posted
by Relax
on Stack Overflow
See other posts from Stack Overflow
or by Relax
Published on 2010-04-11T16:33:38Z
Indexed on
2010/04/11
16:43 UTC
Read the original article
Hit count: 763
css
I want to make the effect as demonstrate on this site http://dropshadow.webvex.limebits.com/ with arguments - left:0 top:0 blur:1 opacity:1 examples:engraved font:sans serif
I tried #333333 -1px -1px but seems not enough to make an inner shadow on such big font, it may be much more complex than i thought?
And worse is i'm using Cufon to replace the font but Cufon doesn't support blur of text-shadow
© Stack Overflow or respective owner