diff --git a/css/font-awesome.css b/css/font-awesome.css index 4040b3cf8..481d01670 100644 --- a/css/font-awesome.css +++ b/css/font-awesome.css @@ -19,6 +19,14 @@ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } +.fa-inset{ + background-color: #565656; + color: transparent; + text-shadow: 0px 2px 3px rgba(255,255,255,0.5); + -webkit-background-clip: text; + -moz-background-clip: text; + background-clip: text; +} /* makes the font 33% larger relative to the icon container */ .fa-lg { font-size: 1.33333333em;