Remove antialiasing fonts

This commit is contained in:
Nishanth Shanmugham
2015-12-24 23:08:30 -06:00
parent 13e3bf1f12
commit 197b4cf1cb
2 changed files with 0 additions and 6 deletions

View File

@@ -103,10 +103,6 @@ body {
color: @black-content;
line-height: 1.6;
text-rendering: optimizeLegibility !important;
// TODO: Uncomment when moz supports at subpixel level
// -moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: subpixel-antialiased;
font-smoothing: subpixel-antialiased;
}
@media (min-width: @wide-1-breakpoint) {

View File

@@ -64,8 +64,6 @@ body {
color: #111;
line-height: 1.6;
text-rendering: optimizeLegibility !important;
-webkit-font-smoothing: subpixel-antialiased;
font-smoothing: subpixel-antialiased;
}
@media (min-width: 600px) {
body {