From: Andrew Hughey Date: Fri, 8 Mar 2013 23:51:06 +0000 (-0500) Subject: Changed global font defaults for font-size and -webkit-font-smoothing X-Git-Tag: v4.0.6~25^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F1805%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Changed global font defaults for font-size and -webkit-font-smoothing --- 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