]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Changed global font defaults for font-size and -webkit-font-smoothing 1805/head
authorAndrew Hughey <andrew@hughey.me>
Fri, 8 Mar 2013 23:51:06 +0000 (18:51 -0500)
committerAndrew Hughey <andrew@hughey.me>
Fri, 8 Mar 2013 23:51:06 +0000 (18:51 -0500)
scss/foundation/_foundation-global.scss
scss/foundation/components/_global.scss

index 3ad98d78cefc4fe61600c6c57d3f22d6c39c4291..516ce6117f03daeeef07d93fd64433c3d2552dce 100644 (file)
@@ -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;
index 7160f46a7eae4ba53362b4a3f806805da7b106c0..240994c941581cc9fc867a57ff966d348bda4d0e 100644 (file)
@@ -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