Font-Awesome/less/core.less

16 lines
391 B
Plaintext
Raw Normal View History

// Base Class Definition
// -------------------------
2013-10-21 01:07:55 +08:00
.@{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);
}