Skip to content

Commit 2a05700

Browse files
committed
remove antialias code, which is on by default now
1 parent b37e3e0 commit 2a05700

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

system-sans-serif.css

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ the letterform.
1313
.system-sans-serif button,
1414
.system-sans-serif input,
1515
.system-sans-serif select {
16-
-webkit-font-smoothing: antialiased;
17-
-moz-osx-font-smoothing: grayscale;
18-
/* font-smooth: always; */
19-
2016
-webkit-text-size-adjust: none;
2117
-moz-text-size-adjust: none;
2218
-ms-text-size-adjust: none;
@@ -51,14 +47,3 @@ the letterform.
5147
'Symbola' /* Linux, open source Emoji */,
5248
'Segoe UI Emoji', 'Segoe UI Symbol' /* Windows Emoji */;
5349
}
54-
55-
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
56-
.system-sans-serif,
57-
.system-sans-serif button,
58-
.system-sans-serif input,
59-
.system-sans-serif select {
60-
/* Enable subpixel antialiasing on Retina & Hi-DPI screens */
61-
-webkit-font-smoothing: subpixel-antialiased;
62-
}
63-
}
64-

0 commit comments

Comments
 (0)