mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2025-01-15 09:40:27 +08:00
Update mixins.less
mirrored changes to SCSS
This commit is contained in:
parent
dd60689cb0
commit
21d498d476
@ -18,3 +18,10 @@
|
|||||||
-o-transform: scale(@horiz, @vert);
|
-o-transform: scale(@horiz, @vert);
|
||||||
transform: scale(@horiz, @vert);
|
transform: scale(@horiz, @vert);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.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