Font-Awesome/scss/_core.scss
Lewis Cowles adfcba38ea Update _core.scss
Just cleaned Up the rendering a little
2014-03-25 09:58:01 +00:00

16 lines
392 B
SCSS

// Base Class Definition
// -------------------------
.#{$fa-css-prefix} {
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
line-height: 1;
-moz-osx-font-smoothing: grayscale;
/* CODESIGN2 ADDITIONS */
text-rendering: optimizeLegibility;
-webkit-font-smoothing: subpixel-antialiased;
text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}