mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2025-01-15 17:50:28 +08:00
Update _mixins.scss
added smooth-text mixin
This commit is contained in:
parent
adfcba38ea
commit
e84159ba72
@ -18,3 +18,10 @@
|
|||||||
-o-transform: scale($horiz, $vert);
|
-o-transform: scale($horiz, $vert);
|
||||||
transform: scale($horiz, $vert);
|
transform: scale($horiz, $vert);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@mixin smooth-text() {
|
||||||
|
/* CODESIGN2 ADDITIONS */
|
||||||
|
text-rendering: optimizeLegibility !important;
|
||||||
|
-webkit-font-smoothing: subpixel-antialiased !important;
|
||||||
|
text-shadow: 0px 0px 1px rgba(0,0,0,0.004) !important;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user