mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2025-01-15 17:50:28 +08:00
dd60689cb0
mirrored changed to SCSS
16 lines
391 B
Plaintext
16 lines
391 B
Plaintext
// 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);
|
|
}
|