summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtheme/stylesheets/website.less2
1 files changed, 2 insertions, 0 deletions
diff --git a/theme/stylesheets/website.less b/theme/stylesheets/website.less
index abd6ff3..d808a0b 100755
--- a/theme/stylesheets/website.less
+++ b/theme/stylesheets/website.less
@@ -22,6 +22,7 @@
-webkit-tap-highlight-color: transparent;
-webkit-text-size-adjust: none;
-webkit-touch-callout: none;
+ -webkit-font-smoothing: antialiased;
}
a {
@@ -38,6 +39,7 @@ html {
body {
text-rendering: optimizeLegibility;
+ font-smoothing: antialiased;
font-family: @font-family-base;
font-size: @font-size-base;
letter-spacing: .2px;