From 7c25193fd9ba8fcea37618bd5bc946515934b857 Mon Sep 17 00:00:00 2001 From: Andrew Hughey Date: Fri, 8 Mar 2013 18:51:06 -0500 Subject: [PATCH] Changed global font defaults for font-size and -webkit-font-smoothing --- scss/foundation/_foundation-global.scss | 3 --- scss/foundation/components/_global.scss | 1 - 2 files changed, 4 deletions(-) diff --git a/scss/foundation/_foundation-global.scss b/scss/foundation/_foundation-global.scss index 3ad98d78c..516ce6117 100644 --- a/scss/foundation/_foundation-global.scss +++ b/scss/foundation/_foundation-global.scss @@ -17,9 +17,6 @@ $body-font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif ! $body-font-weight: normal !default; $body-font-style: normal !default; -// We use this to control font-smoothing -$font-smoothing: antialiased !default; - // We use these to control text direction settings $text-direction: ltr !default; // Controls default global text direction, 'rtl' or 'ltr' $default-float: left !default; diff --git a/scss/foundation/components/_global.scss b/scss/foundation/components/_global.scss index 7160f46a7..240994c94 100644 --- a/scss/foundation/components/_global.scss +++ b/scss/foundation/components/_global.scss @@ -19,7 +19,6 @@ body { font-style: $body-font-style; line-height: 1; position: relative; - -webkit-font-smoothing: $font-smoothing; } // Override outline from normalize, we don't like it -- 2.47.3