]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Add -webkit-font-smoothing variable 1112/head
authorZach Schnackel <zach@yellowhousedesign.com>
Thu, 1 Nov 2012 13:27:36 +0000 (09:27 -0400)
committerZach Schnackel <zach@yellowhousedesign.com>
Thu, 1 Nov 2012 13:27:36 +0000 (09:27 -0400)
scss/foundation/_settings.scss
scss/foundation/common/_globals.scss
templates/project/scss/_settings.scss
test/scss/_settings.scss

index 5d7fdb9f3a3a89b255b3b1aacf684abf515d4b6d..f0e9b6ecca23b6370a8802ce47fda3f90e446679 100644 (file)
@@ -23,6 +23,7 @@ $darkEdge: rgba(#000, .2) !default;
 
 // Font Settings
 
+$fontSmoothing: antialiased;
 $headerFontFamily: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif !default;
 $headerFontWeight: bold !default;
 $headerFontStyle: normal !default;
index d3f8b99b2ad08b1a8856e33b3620cbc33191bf8b..21fc2988d4e467613dc5049511058aa216b3651d 100644 (file)
@@ -4,7 +4,7 @@
 
   * { @include box-sizing(border-box); }
   html { font-size: 62.5%; }
-  body { background: $white; font-family: $bodyFontFamily; font-weight: $bodyFontWeight; font-style: $bodyFontStyle; font-size: ms(0); line-height: 1; color: $bodyFontColor; position: relative; -webkit-font-smoothing: antialiased; }
+  body { background: $white; font-family: $bodyFontFamily; font-weight: $bodyFontWeight; font-style: $bodyFontStyle; font-size: ms(0); line-height: 1; color: $bodyFontColor; position: relative; -webkit-font-smoothing: $fontSmoothing; }
 
 /* Links ---------------------- */
 
index 98c55abe9fd46b969628febe16265f9a722542bf..8d5e799a5a919d93c50a9fbf61054b4b0e44a7de 100644 (file)
@@ -25,6 +25,7 @@
 
 // Font Settings
 
+// $fontSmoothing: antialiased;
 // $headerFontFamily: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
 // $headerFontWeight: bold;
 // $headerFontStyle: normal;
index 98c55abe9fd46b969628febe16265f9a722542bf..8d5e799a5a919d93c50a9fbf61054b4b0e44a7de 100644 (file)
@@ -25,6 +25,7 @@
 
 // Font Settings
 
+// $fontSmoothing: antialiased;
 // $headerFontFamily: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
 // $headerFontWeight: bold;
 // $headerFontStyle: normal;