Font-awesome: Document adding a shadow to an icon in css?

Created on 9 Feb 2013  Â·  4Comments  Â·  Source: FortAwesome/Font-Awesome

Would it be too much to ask to include an example of how one would add a drop shadow to an icon in css?

Thanks for an amazing resource!

Most helpful comment

it's simply

text-shadow: distanceX distanceY size color;

e.g.

text-shadow: 1px 1px 3px rgba(0,0,0,0.5);

All 4 comments

it's simply

text-shadow: distanceX distanceY size color;

e.g.

text-shadow: 1px 1px 3px rgba(0,0,0,0.5);

Perfect
On Feb 10, 2013 9:27 AM, "DVSoftware" [email protected] wrote:

it's simply

text-shadow: distanceX distanceY size color;

e.g.

text-shadow: 1px 1px 3px rgba(0,0,0,0.5);

—
Reply to this email directly or view it on GitHubhttps://github.com/FortAwesome/Font-Awesome/issues/757#issuecomment-13356358..

The text-shadow css works perfectly for Chrome, but has no effect for IE10. IE10 supports text-shadow however, would you check it? Thanks.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

AndersDK12 picture AndersDK12  Â·  3Comments

ghost picture ghost  Â·  3Comments

huuphat picture huuphat  Â·  3Comments

faithdong picture faithdong  Â·  3Comments

ojvribeiro picture ojvribeiro  Â·  3Comments