Skip to content

Commit 117c6ae

Browse files
committed
Revert "Fix small font rendering issue on Macs"
1 parent 13d584d commit 117c6ae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

theme/stylesheets/website.less

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

2728
a {
@@ -38,6 +39,7 @@ html {
3839

3940
body {
4041
text-rendering: optimizeLegibility;
42+
font-smoothing: antialiased;
4143
font-family: @font-family-base;
4244
font-size: @font-size-base;
4345
letter-spacing: .2px;

0 commit comments

Comments
 (0)