diff --git a/less/mixins.less b/less/mixins.less index 19e5a6457..b52f1fc85 100644 --- a/less/mixins.less +++ b/less/mixins.less @@ -18,3 +18,10 @@ -o-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; +}