summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2015-11-25 10:32:28 +0100
committerSamy Pessé <samypesse@gmail.com>2015-11-25 10:32:28 +0100
commit414160e0df78d14eb3f9b05156a93b2ace7e4a64 (patch)
tree78afc22f276291b395f0c65a906af4ea6579aa31
parent13d584d39a3c6fa215a7469d5ebd5987ee97502e (diff)
parent117c6aefe8a770ab2069efbd034756cc2a66f8de (diff)
downloadgitbook-414160e0df78d14eb3f9b05156a93b2ace7e4a64.zip
gitbook-414160e0df78d14eb3f9b05156a93b2ace7e4a64.tar.gz
gitbook-414160e0df78d14eb3f9b05156a93b2ace7e4a64.tar.bz2
Merge pull request #1027 from GitbookIO/revert-1020-remove-font-smooth
Revert "Fix small font rendering issue on Macs"
-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;