From 53b904d946af0b8a6c7be55bc213ec7d6a0ad9fe Mon Sep 17 00:00:00 2001 From: Abdullah Almsaeed Date: Sun, 11 Dec 2016 16:00:04 -0500 Subject: [PATCH] Remove font antialiasing --- build/less/core.less | 2 -- 1 file changed, 2 deletions(-) diff --git a/build/less/core.less b/build/less/core.less index f3dccb35d..a678a5b1d 100644 --- a/build/less/core.less +++ b/build/less/core.less @@ -11,8 +11,6 @@ body { } body { - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 400; overflow-x: hidden;