How to make an inner shadow effect on big font ?
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:53 UTC
Read the original article
Hit count: 681
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
I guess maybe i should use JS to make this effect, but i doubt JS will work together with Cufon, or JS font replacement together with JS shadow maker?
Any ideas?
© Stack Overflow or respective owner