Skip to content

Commit 13d584d

Browse files
committed
Merge pull request GitbookIO#1020 from dylang/remove-font-smooth
Fix small font rendering issue on Macs
2 parents 9bc89c2 + 3d2155e commit 13d584d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

theme/stylesheets/website.less

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
-webkit-tap-highlight-color: transparent;
2323
-webkit-text-size-adjust: none;
2424
-webkit-touch-callout: none;
25-
-webkit-font-smoothing: antialiased;
2625
}
2726

2827
a {
@@ -39,7 +38,6 @@ html {
3938

4039
body {
4140
text-rendering: optimizeLegibility;
42-
font-smoothing: antialiased;
4341
font-family: @font-family-base;
4442
font-size: @font-size-base;
4543
letter-spacing: .2px;

0 commit comments

Comments
 (0)